Skip to content

Commit 13e4f56

Browse files
committed
chore: test jest performance in band on circleci
1 parent 5b90103 commit 13e4f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ commands:
3535
steps:
3636
- run:
3737
name: Test
38-
command: yarn test
38+
command: yarn jest --runInBand && yarn lerna run test --stream --parallel --include-filtered-dependencies
3939
save-cache:
4040
steps:
4141
- save_cache:

0 commit comments

Comments
 (0)