Run jest tests in band on new jenkins
Test Plan: - Tests pass on new jenkins refs CORE-286 Change-Id: I4d17bde38ab4d2c5e2680e8797256314374b3469 Reviewed-on: https://gerrit.instructure.com/209426 QA-Review: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> Reviewed-by: Ryan Shaw <ryan@instructure.com> Tested-by: Jenkins
This commit is contained in:
parent
f55a9e182f
commit
0b008f7c06
|
@ -2,4 +2,4 @@
|
|||
|
||||
export COMPOSE_FILE=./docker-compose.new-jenkins-web.yml
|
||||
|
||||
docker-compose run --name tests-jest -e COVERAGE web yarn test:jest
|
||||
docker-compose run --name tests-jest -e COVERAGE web yarn test:jest --runInBand
|
||||
|
|
Loading…
Reference in New Issue