File tree 1 file changed +3
-3
lines changed
docs/documentation/stories 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ exports.config = config;
57
57
Now you can run the following commands to use the ` --no-sandbox ` flag:
58
58
59
59
```
60
- ng test --single-run --no-progress --browser=ChromeNoSandbox
60
+ ng test --no-watch --no-progress --browser=ChromeNoSandbox
61
61
ng e2e --no-progress --config=protractor-ci.conf.js
62
62
```
63
63
86
86
key : my-project-{{ .Branch }}-{{ checksum "package.json" }}
87
87
paths :
88
88
- " 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
90
90
- run : xvfb-run -a npm run e2e -- --no-progress --config=protractor-ci.conf.js
91
91
92
92
```
@@ -137,7 +137,7 @@ install:
137
137
script :
138
138
# Use Chromium instead of Chrome.
139
139
- 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
141
141
- xvfb-run -a npm run e2e -- --no-progress --config=protractor-ci.conf.js
142
142
143
143
```
You can’t perform that action at this time.
0 commit comments