more readme updates

This commit is contained in:
Girish Ramakrishnan 2015-10-10 21:36:06 -07:00
parent 0b603fe09b
commit 304451f8e1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ To run manually on CI:
To run specific test on CI:
cd ~/app
pm2-run --ecosystem ../ecosystem.json --env staging --cmd "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha test/new-user-test.js"
pm2-run --ecosystem ../ecosystem.json --env staging --cmd "DEBUG=superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/new-user-test.js"
To run manually on local machine:
npm test