Skip to content

Commit

Permalink
ci: fix test job
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 11, 2023
1 parent f387536 commit ee917be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- run: bash test/listTestFiles.sh
run: echo matrix={\"include\":$(bash test/listTestFiles.sh)}
- id: set-matrix
run: echo "::set-output name=matrix::{\"include\":$(bash test/listTestFiles.sh)}"
run: echo matrix={\"include\":$(bash test/listTestFiles.sh)} >> $GITHUB_OUTPUT
test_job:
name: Run tests
timeout-minutes: 60
Expand Down

0 comments on commit ee917be

Please sign in to comment.