Skip to content

Commit 1809438

Browse files
alan-agius4clydin
authored andcommitted
docs: update commands in ci
Closes: angular#11379
1 parent 3e3dffb commit 1809438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/documentation/stories/continuous-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ exports.config = config;
5757
Now 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
6161
ng e2e --no-progress --config=protractor-ci.conf.js
6262
```
6363

@@ -86,7 +86,7 @@ jobs:
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:
137137
script:
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
```

0 commit comments

Comments
 (0)