actions: correct browser
All checks were successful
IPWA Tests / Run Angular tests (22) (push) Successful in 5m12s

This commit is contained in:
2025-06-19 10:55:03 +02:00
parent a65baa06fd
commit fa126e02de
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
"build": "ng build -c production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"ci": "ng test --no-watch --no-progress --browsers=ChromiumHeadless"
"ci": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCustom"
},
"private": true,
"dependencies": {