mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 01:22:07 +01: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
@ -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 New Issue
Block a user