Colin Marquardt
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
3 deletions
-
.github/generate_matrix.sh
-
.github/workflows/Test.yml
|
|
@ -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" |
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
|
steps: |
|
|
|
|
|
|
|
- name: '🧰 Checkout' |
|
|
|
uses: actions/checkout@v2 |
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
|
|
- id: generate |
|
|
|
name: '🧾 generate_matrix.sh' |
|
|
@ -33,7 +33,7 @@ jobs: |
|
|
|
steps: |
|
|
|
|
|
|
|
- name: '🧰 Checkout' |
|
|
|
uses: actions/checkout@v1 |
|
|
|
uses: actions/checkout@v4 |
|
|
|
with: |
|
|
|
submodules: recursive |
|
|
|
|
|
|
|