Getting closer: add --watch=false to test
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
a8ddf4ce38
commit
b6b810c9fc
2 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ pipeline:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -yq libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libcups2 libxss1 libxrandr2 libpangocairo-1.0-0 libatk1.0-0 libatk-bridge2.0-0 libgtk-3-0 libnss3 libasound2
|
- apt-get install -yq libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libcups2 libxss1 libxrandr2 libpangocairo-1.0-0 libatk1.0-0 libatk-bridge2.0-0 libgtk-3-0 libnss3 libasound2
|
||||||
- npm install
|
- npm install
|
||||||
- npm run test-no-sandbox
|
- npm run test:ci
|
||||||
- npm run build-prod
|
- npm run build-prod
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"build": "ng build --delete-output-path",
|
"build": "ng build --delete-output-path",
|
||||||
"build-prod": "ng build --prod --optimization --aot --delete-output-path --build-optimizer",
|
"build-prod": "ng build --prod --optimization --aot --delete-output-path --build-optimizer",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"test-no-sandbox": "ng test --browsers ChromeHeadlessNoSandbox",
|
"test:ci": "ng test --browsers ChromeHeadlessNoSandbox --watch=false",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"postinstall": "npm rebuild node-sass"
|
"postinstall": "npm rebuild node-sass"
|
||||||
|
|
Loading…
Reference in a new issue