forked from cloudron-apps/gitea-app
Add --bail
This commit is contained in:
parent
a71425cbab
commit
813bbcb003
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ wget https://selenium-release.storage.googleapis.com/2.45/selenium-server-standa
|
|||
cd gogs-app/test
|
||||
|
||||
npm install
|
||||
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha test.js
|
||||
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue