Skip to content

Commit

Permalink
Fix ci.yml running all:test in shard 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alantreadway committed Jun 19, 2024
1 parent a4a46eb commit bd7e4b6
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 @@ -272,7 +272,7 @@ jobs:
- name: nx test (non-sharded)
if: matrix.shard == 0
id: test-no-shard
run: yarn nx ${{ github.event.inputs.nx_command || 'affected' }} -t test --configuration=ci -p tag:no-sharding
run: yarn nx ${{ github.event.inputs.nx_command || 'affected' }} -t test --configuration=ci -p tag:no-sharding --exclude all
- name: nx benchmark
if: matrix.shard == 0
id: benchmark
Expand Down

0 comments on commit bd7e4b6

Please sign in to comment.