Skip to content

Commit

Permalink
test: reduce workers for jest in CI (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeincontext authored Oct 29, 2024
1 parent 3ed678f commit 290855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
inject-env-vars: true

- name: Run tests
run: pnpm turbo test --cache-dir=".turbo"
run: pnpm turbo test --cache-dir=".turbo" -- --maxWorkers=33%

0 comments on commit 290855b

Please sign in to comment.