ci: try --maxWorkers=2 (#4318)

This commit is contained in:
Rhys Arkins 2019-08-19 15:44:14 +02:00 committed by GitHub
parent 3a2c041ce1
commit afd7451310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'