mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-05 07:31:06 +00:00
Use runInBand to make Jest tests faster in CI env (#3618)
See https://facebook.github.io/jest/docs/troubleshooting.html#tests-are-extremely-slow-on-docker-and-or-continuous-integration-ci-server for further details.
This commit is contained in:
parent
f4f0e78f6a
commit
2058669eae
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ test:
|
|||
- npm run lint
|
||||
- scss-lint
|
||||
- python -u runtests.py
|
||||
- npm run test:unit:coverage
|
||||
- npm run test:unit:coverage -- --runInBand
|
||||
|
|
|
|||
Loading…
Reference in a new issue