Skip to content

Commit

Permalink
test(cli): add retry for cli tests (#8574)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored Feb 11, 2025
1 parent 224a4e5 commit 824c791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Test
id: test
run: pnpm test:vitest --silent --project=@sanity/cli
run: pnpm test:vitest --retry 4 --silent --project=@sanity/cli
env:
# Update token in github and change below to ${{ secrets.SANITY_CI_CLI_AUTH_TOKEN }} after merge to next
SANITY_CI_CLI_AUTH_TOKEN_STAGING: ${{ secrets.SANITY_CI_CLI_AUTH_TOKEN_STAGING }}

0 comments on commit 824c791

Please sign in to comment.