Skip to content

Commit

Permalink
fixup! chore(ci): update test workflow to run vitest and jest individ…
Browse files Browse the repository at this point in the history
…ually
  • Loading branch information
bjoerge committed Mar 11, 2024
1 parent fd96a8a commit 9229515
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 @@ -74,7 +74,7 @@ jobs:
run: |
node -v
npm -v
pnpm test -- --silent --selectProjects=@sanity/cli
pnpm test:jest -- --silent --selectProjects=@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 9229515

Please sign in to comment.