add imap-probe to DEBUG
This commit is contained in:
parent
6ae83ac3fe
commit
7f033cd70b
@ -11,7 +11,7 @@
|
||||
### To run specific test on CI
|
||||
cd ~/app
|
||||
export BOX_VERSION=<version_to_test>
|
||||
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"
|
||||
pm2-run --ecosystem ../ecosystem.json --env staging --cmd "DEBUG=imap-probe,superagent-sync,e2e:* DEBUG_COLORS=true ./node_modules/.bin/mocha --bail test/new-user-test.js"
|
||||
|
||||
### AWS Keys
|
||||
AWS_STAGING_ACCESS_KEY and AWS_STAGING_SECRET_KEY exist for the release tool to make a new release.
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -eu
|
||||
|
||||
export DEBUG=superagent-sync,e2e:*
|
||||
export DEBUG=superagent-sync,e2e:*,imap-probe
|
||||
export DEBUG_COLORS=true
|
||||
|
||||
test_pids=()
|
||||
|
Loading…
Reference in New Issue
Block a user