mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-25 09:30:58 +00:00
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
|
cd gogs-app/test
|
||||||
|
|
||||||
npm install
|
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