mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
fix(ci): reduce jest workers i CircleCI
This commit is contained in:
parent
e22e14bba5
commit
5ec0c8d252
@ -103,7 +103,7 @@ jobs:
|
||||
at: ~/project
|
||||
- run:
|
||||
name: Build Fixtures
|
||||
command: yarn test:fixtures -w=4 --coverage && yarn coverage
|
||||
command: yarn test:fixtures -w=2 --coverage && yarn coverage
|
||||
- persist_to_workspace:
|
||||
root: ~/project
|
||||
paths:
|
||||
@ -130,7 +130,7 @@ jobs:
|
||||
at: ~/project
|
||||
- run:
|
||||
name: Unit Tests
|
||||
command: yarn test:unit -w=4 --coverage && yarn coverage
|
||||
command: yarn test:unit -w=2 --coverage && yarn coverage
|
||||
|
||||
test-e2e:
|
||||
<<: *defaults
|
||||
|
Loading…
Reference in New Issue
Block a user