1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-12-04 15:27:17 +00:00

Fixed tests

This commit is contained in:
Dennis Schwerdel
2017-06-02 11:20:27 +02:00
parent a37ce3ea37
commit 3a98f57031
2 changed files with 4 additions and 4 deletions

View File

@@ -31,6 +31,6 @@ The e2e tests are located in the `test/` folder and require [nodejs](http://node
cd gitea-app/test
npm install
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js
PATH=$PATH:node_modules/.bin USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js
```