diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad6c040df7..c0aa9fdb4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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