Skip to content

Commit

Permalink
fix path in test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
steven committed Oct 17, 2023
1 parent 68aa977 commit 6a5f32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testinparallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Get list of .t.sol files in src/test
run: |
FILES=$(find src/test -type f -name '*.t.sol' | sed 's#src/test/##' | jq -R -s -c 'split("\n")[:-1]')
FILES=$(find src/test -type f -name '*.t.sol' | sed 's#test/##' | jq -R -s -c 'split("\n")[:-1]')
echo "::set-output name=matrix::$FILES"
id: set-matrix

Expand Down

0 comments on commit 6a5f32e

Please sign in to comment.