mirror of https://github.com/Chocobozzz/PeerTube
Stop mocha tests after a failure
parent
0c2388548a
commit
743cb5e5c4
|
@ -5,4 +5,4 @@ npm test || exit -1
|
||||||
|
|
||||||
cd .. || exit -1
|
cd .. || exit -1
|
||||||
npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts server/**/*.ts || exit -1
|
npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts server/**/*.ts || exit -1
|
||||||
mocha server/tests
|
mocha --bail server/tests
|
||||||
|
|
Loading…
Reference in New Issue