Browse Source

Modernize Test GHA workflow (#3)

master
Colin Marquardt 2 months ago
committed by GitHub
parent
commit
3d29afb13d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .github/generate_matrix.sh
  2. +2
    -2
      .github/workflows/Test.yml

+ 1
- 1
.github/generate_matrix.sh View File

@ -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"

+ 2
- 2
.github/workflows/Test.yml View File

@ -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


Loading…
Cancel
Save