mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
ci: try --maxWorkers=2 (#4318)
This commit is contained in:
parent
3a2c041ce1
commit
afd7451310
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ commands:
|
||||||
- run:
|
- run:
|
||||||
name: Unit Tests
|
name: Unit Tests
|
||||||
command: |
|
command: |
|
||||||
yarn jest --runInBand --ci --reporters=default --reporters=jest-junit
|
yarn jest --maxWorkers=2 --ci --reporters=default --reporters=jest-junit
|
||||||
environment:
|
environment:
|
||||||
JEST_JUNIT_OUTPUT: 'test-results/jest/results.xml'
|
JEST_JUNIT_OUTPUT: 'test-results/jest/results.xml'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue