fix(ci): reduce jest workers i CircleCI

This commit is contained in:
Clark Du 2019-01-14 09:43:39 +00:00
parent e22e14bba5
commit 5ec0c8d252
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ jobs:
at: ~/project at: ~/project
- run: - run:
name: Build Fixtures name: Build Fixtures
command: yarn test:fixtures -w=4 --coverage && yarn coverage command: yarn test:fixtures -w=2 --coverage && yarn coverage
- persist_to_workspace: - persist_to_workspace:
root: ~/project root: ~/project
paths: paths:
@ -130,7 +130,7 @@ jobs:
at: ~/project at: ~/project
- run: - run:
name: Unit Tests name: Unit Tests
command: yarn test:unit -w=4 --coverage && yarn coverage command: yarn test:unit -w=2 --coverage && yarn coverage
test-e2e: test-e2e:
<<: *defaults <<: *defaults