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 bd7e4b6 commit 994f696
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 --exclude all
run: yarn nx ${{ github.event.inputs.nx_command || 'affected' }} -t test --configuration=ci --exclude '*,!tag:no-sharding'
- name: nx benchmark
if: matrix.shard == 0
id: benchmark
Expand Down

0 comments on commit 994f696

Please sign in to comment.