Skip to content

Commit

Permalink
ci: make test runs into a matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 11, 2023
1 parent 978b4a2 commit 616914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3
- run: bash test/listTestsFiles.sh
- id: set-matrix
run: echo "::set-output name=matrix::{\"include\":$(bash test/findExamplesWithTests.sh)}"
run: echo "::set-output name=matrix::{\"include\":$(bash test/listTestsFiles.sh)}"
test_job:
name: Run tests
timeout-minutes: 60
Expand Down

0 comments on commit 616914b

Please sign in to comment.