Skip to content

Commit 3ef4773

Browse files
committed
fix failing tests
1 parent 91fe453 commit 3ef4773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cd 1-Authentication/1-sign-in/SPA
2929
npm ci
3030
npm audit --production
31-
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
31+
npm run test
3232
3333
- run: |
3434
cd 1-Authentication/2-sign-in-b2c/SPA

1-Authentication/1-sign-in/SPA/package.json

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

0 commit comments

Comments
 (0)