Skip to content

Commit

Permalink
ci: remove shard sequencer, it was GitHub cache :tablefip:
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Oct 27, 2023
1 parent 3bd4884 commit 5ddcfea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: |
node -v
npm -v
yarn test --silent --shard=${{ matrix.shardIndex}}/${{ matrix.shardTotal }} --testSequencer=../../../shardSequencer.cjs
yarn test --silent --shard=${{ matrix.shardIndex}}/${{ matrix.shardTotal }}
env:
SANITY_CI_CLI_AUTH_TOKEN: ${{ secrets.SANITY_CI_CLI_AUTH_TOKEN }}
GITHUB_SHARD_IDENTIFIER: ${{ matrix.shardIndex }}-${{ matrix.shardTotal }}
9 changes: 0 additions & 9 deletions shardSequencer.cjs

This file was deleted.

0 comments on commit 5ddcfea

Please sign in to comment.