Skip to content

Commit 83af98a

Browse files
committed
build: configure jest for CI
1 parent e122b71 commit 83af98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
key: *cache_key
4242
- run:
4343
name: test
44-
command: yarn test
44+
command: yarn test --maxWorkers=1 --ci
4545

4646
build-lib:
4747
<<: *job_defaults
@@ -67,7 +67,7 @@ jobs:
6767
key: *dist_key
6868
- run:
6969
name: test
70-
command: yarn test:app
70+
command: yarn test:app --maxWorkers=1 --ci
7171

7272
release:
7373
<<: *job_defaults

0 commit comments

Comments
 (0)