We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0fa0c commit 2644c53Copy full SHA for 2644c53
.circleci/config.yml
@@ -41,7 +41,7 @@ jobs:
41
key: *cache_key
42
- run:
43
name: test
44
- command: yarn test
+ command: yarn test --maxWorkers=1 --ci
45
46
build-lib:
47
<<: *job_defaults
@@ -67,7 +67,7 @@ jobs:
67
key: *dist_key
68
69
70
- command: yarn test:app
+ command: yarn test:app --maxWorkers=1 --ci
71
72
release:
73
0 commit comments