We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130df7a commit ae5129eCopy full SHA for ae5129e
.gitlab-ci.yml
@@ -36,7 +36,8 @@ test:
36
image: node:${NODE_VERSION}
37
before_script:
38
- cd ${WORKDIR}
39
- - apt-get update && apt-get install -y chromium
+ - apt-get update
40
+ - apt-get install -y chromium
41
- export CHROME_BIN=/usr/bin/chromium
42
- npm ci
43
script:
frontend-angular/package.json
@@ -8,7 +8,7 @@
8
"build": "ng build",
9
"watch": "ng build --watch --configuration development",
10
"test": "ng test",
11
- "test:headless": "ng test --watch=false --browsers=ChromeHeadless",
+ "test:headless": "ng test --watch=false --browsers=ChromeHeadless --no-sandbox",
12
"coverage": "ng test --no-watch --code-coverage",
13
"lint": "ng lint",
14
"serve": "node dist/angular-starter/server/server.mjs",
0 commit comments