mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +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:
|
||||
name: Unit Tests
|
||||
command: |
|
||||
yarn jest --runInBand --ci --reporters=default --reporters=jest-junit
|
||||
yarn jest --maxWorkers=2 --ci --reporters=default --reporters=jest-junit
|
||||
environment:
|
||||
JEST_JUNIT_OUTPUT: 'test-results/jest/results.xml'
|
||||
|
||||
|
|
Loading…
Reference in a new issue