File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/documentation/stories Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ exports.config = config;
5757Now you can run the following commands to use the ` --no-sandbox ` flag:
5858
5959```
60- ng test --single-run --no-progress --browser=ChromeNoSandbox
60+ ng test --no-watch --no-progress --browser=ChromeNoSandbox
6161ng e2e --no-progress --config=protractor-ci.conf.js
6262```
6363
8686 key : my-project-{{ .Branch }}-{{ checksum "package.json" }}
8787 paths :
8888 - " node_modules"
89- - run : xvfb-run -a npm run test -- --single-run --no-progress --browser=ChromeNoSandbox
89+ - run : xvfb-run -a npm run test -- --no-watch --no-progress --browser=ChromeNoSandbox
9090 - run : xvfb-run -a npm run e2e -- --no-progress --config=protractor-ci.conf.js
9191
9292```
@@ -137,7 +137,7 @@ install:
137137script :
138138 # Use Chromium instead of Chrome.
139139 - export CHROME_BIN=chromium-browser
140- - xvfb-run -a npm run test -- --single-run --no-progress --browser=ChromeNoSandbox
140+ - xvfb-run -a npm run test -- --no-watch --no-progress --browser=ChromeNoSandbox
141141 - xvfb-run -a npm run e2e -- --no-progress --config=protractor-ci.conf.js
142142
143143```
You can’t perform that action at this time.
0 commit comments