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