Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit de58928

Browse files
committed
run ng test in headless in workflow
1 parent d7f9b5a commit de58928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-AccessControl/1-call-api-roles/SPA/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "ng serve",
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
9-
"test": "ng test"
9+
"test": "ng test --watch=false --no-progress --browsers=ChromeHeadlessCI"
1010
},
1111
"private": true,
1212
"dependencies": {

0 commit comments

Comments
 (0)