GitLab CI: try jest --runInBand
This commit is contained in:
parent
d2540b3596
commit
2a3e5d67fc
|
@ -57,7 +57,7 @@ lint-sass:
|
||||||
|
|
||||||
jest:
|
jest:
|
||||||
stage: test
|
stage: test
|
||||||
script: yarn test:coverage
|
script: yarn test:coverage --runInBand
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- "**/*.js"
|
- "**/*.js"
|
||||||
|
|
Loading…
Reference in New Issue