Skip to content

Commit

Permalink
chore: test jest performance in band on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 26, 2020
1 parent 5b90103 commit 13e4f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -35,7 +35,7 @@ commands:
steps:
- run:
name: Test
command: yarn test
command: yarn jest --runInBand && yarn lerna run test --stream --parallel --include-filtered-dependencies
save-cache:
steps:
- save_cache:
Expand Down

0 comments on commit 13e4f56

Please sign in to comment.