From 304451f8e1e1de426e483067aab680fbdfcaa92c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 10 Oct 2015 21:36:06 -0700 Subject: [PATCH] more readme updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a92f45..7d7e208 100644 --- a/README.md +++ b/README.md @@ -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