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 ee917be commit f5192a1
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 @@ -39,7 +39,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
run: echo matrix={\"include\":$(bash test/listTestFiles.sh)}
- run: echo matrix={\"include\":$(bash test/listTestFiles.sh)}
- id: set-matrix
run: echo matrix={\"include\":$(bash test/listTestFiles.sh)} >> $GITHUB_OUTPUT
test_job:
Expand Down

0 comments on commit f5192a1

Please sign in to comment.