Try chromium, also, try installing it. It's a long shot ... :)
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Manuel Friedli 2024-01-27 21:38:28 +01:00
parent f1164b6ee5
commit 7720d4c012
Signed by: manuel
GPG Key ID: 41D08ABA75634DA1
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ steps:
- name: install
image: node:20-alpine
commands:
- apk add chromium
- npm install
- npm run test:ci
- npm run e2e

View File

@ -25,7 +25,7 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"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,
"dependencies": {