Does the CI work with chrome headless?
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Manuel Friedli 2024-01-22 02:49:59 +01:00
parent 999795371c
commit f1164b6ee5
Signed by: manuel
GPG Key ID: 41D08ABA75634DA1
1 changed files with 1 additions and 1 deletions

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=ChromiumHeadless"
"test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless"
},
"private": true,
"dependencies": {