Skip to content

Commit

Permalink
Reduce jest workers down to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Jul 25, 2019
1 parent 977909b commit 80fb27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ workflows:
- yarn/type-check:
<<: *not_staging_or_release
- yarn/jest:
args: -w 4 --testPathIgnorePatterns src/integration
args: -w 2 --testPathIgnorePatterns src/integration
<<: *not_staging_or_release

# staging
Expand Down

0 comments on commit 80fb27a

Please sign in to comment.