There was an error while loading. Please reload this page.
1 parent 91fe453 commit 3ef4773Copy full SHA for 3ef4773
.github/workflows/node.js.yml
@@ -28,7 +28,7 @@ jobs:
28
cd 1-Authentication/1-sign-in/SPA
29
npm ci
30
npm audit --production
31
- npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
+ npm run test
32
33
- run: |
34
cd 1-Authentication/2-sign-in-b2c/SPA
1-Authentication/1-sign-in/SPA/package.json
@@ -6,7 +6,7 @@
6
"ng": "ng",
7
"start": "ng serve",
8
"build": "ng build",
9
- "test": "ng test",
+ "test": "ng test --watch=false --no-progress --browsers=ChromeHeadlessCI",
10
"lint": "ng lint",
11
"e2e": "ng e2e"
12
},
0 commit comments