Skip to content

Commit

Permalink
update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jul 8, 2024
1 parent c55e163 commit 5642ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Define Tests
id: tests
run: |
echo tests=$(ls packages/**/*.test.ts | jq -R -s -c 'split("\n")[:-1]') >> "$GITHUB_OUTPUT"
echo tests=$(ls packages/*/src/*.test.ts | jq -R -s -c 'split("\n")[:-1]') >> "$GITHUB_OUTPUT"
tests:
needs: define-matrix
timeout-minutes: 30
Expand Down

0 comments on commit 5642ec2

Please sign in to comment.