Try chromium, also, try installing it. It's a long shot ... :)
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
f1164b6ee5
commit
7720d4c012
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: node:20-alpine
|
image: node:20-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk add chromium
|
||||||
- npm install
|
- npm install
|
||||||
- npm run test:ci
|
- npm run test:ci
|
||||||
- npm run e2e
|
- npm run e2e
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless"
|
"test:ci": "ng test --no-watch --no-progress --browsers=ChromiumHeadless"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue