Skip to content

Commit

Permalink
Modernize Test GHA workflow (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarqu authored Mar 6, 2024
1 parent 6a31968 commit 3d29afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/generate_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ for item in $(cat tests.txt); do
_matrix+="'$item', "
done

echo "::set-output name=matrix::[$_matrix]"
echo "matrix=[$_matrix]" >> "$GITHUB_OUTPUT"
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v4

- id: generate
name: '🧾 generate_matrix.sh'
Expand All @@ -33,7 +33,7 @@ jobs:
steps:

- name: '🧰 Checkout'
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 3d29afb

Please sign in to comment.