Skip to content

Commit

Permalink
fix dupe workflow id
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Sep 20, 2024
1 parent 9a96813 commit 8467578
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,9 @@ jobs:
run: |
node -v
pnpm test:vitest
env:
GITHUB_SHARD_IDENTIFIER: ${{ matrix.shardIndex }}-${{ matrix.shardTotal }}
- name: Test using Jest (legacy)
id: test
id: test-jest
run: |
node -v
pnpm test:jest --silent --shard=${{ matrix.shardIndex}}/${{ matrix.shardTotal }} --ignoreProjects=@sanity/cli
Expand Down

0 comments on commit 8467578

Please sign in to comment.