Skip to content

Commit 88a916c

Browse files
committed
fix failing node workflow
1 parent 80d8c70 commit 88a916c

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

.github/workflows/node.js.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,52 +28,52 @@ jobs:
2828
cd 1-Authentication/1-sign-in/SPA
2929
npm ci
3030
npm audit --production
31-
npm run test
31+
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
3232
3333
- run: |
3434
cd 1-Authentication/2-sign-in-b2c/SPA
3535
npm ci
3636
npm audit --production
37-
npm run test
37+
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
3838
3939
- run: |
4040
cd 2-Authorization-I/1-call-graph/SPA
4141
npm ci
4242
npm audit --production
43-
npm run test
43+
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
4444
4545
- run: |
4646
cd 3-Authorization-II/1-call-api/SPA
4747
npm ci
4848
npm audit --production
49-
npm run test
49+
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
5050
5151
- run: |
5252
cd 3-Authorization-II/2-call-api-b2c/SPA
5353
npm ci
5454
npm audit --production
55-
npm run test
55+
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
5656
5757
- run: |
5858
cd 5-AccessControl/1-call-api-roles/SPA
5959
npm ci
6060
npm audit --production
61-
npm run test
61+
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
6262
6363
- run: |
6464
cd 5-AccessControl/2-call-api-groups/SPA
6565
npm ci
6666
npm audit --production
67-
npm run test
67+
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
6868
6969
- run: |
7070
cd 7-AdvancedScenarios/1-call-api-obo/SPA
7171
npm ci
7272
npm audit --production
73-
npm run test
73+
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI
7474
7575
- run: |
7676
cd 7-AdvancedScenarios/2-call-api-pop/SPA
7777
npm ci
7878
npm audit --production
79-
npm run test
79+
npm run test --watch=false --no-progress --browsers=ChromeHeadlessCI

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 --watch=false --no-progress --browsers=ChromeHeadlessCI",
9+
"test": "ng test",
1010
"lint": "ng lint",
1111
"e2e": "ng e2e"
1212
},

1-Authentication/2-sign-in-b2c/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 --watch=false --no-progress --browsers=ChromeHeadlessCI",
9+
"test": "ng test",
1010
"lint": "ng lint",
1111
"e2e": "ng e2e"
1212
},

3-Authorization-II/2-call-api-b2c/SPA/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build",
8-
"test": "ng test --watch=false --no-progress --browsers=ChromeHeadlessCI",
8+
"test": "ng test",
99
"lint": "ng lint"
1010
},
1111
"dependencies": {

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 --watch=false --no-progress --browsers=ChromeHeadlessCI"
9+
"test": "ng test"
1010
},
1111
"private": true,
1212
"dependencies": {

5-AccessControl/2-call-api-groups/SPA/package.json

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

6-Multitenancy/1-call-api-mt/SPA/package.json

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

7-AdvancedScenarios/1-call-api-obo/SPA/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build",
8-
"test": "ng test --watch=false --no-progress --browsers=ChromeHeadlessCI",
8+
"test": "ng test",
99
"lint": "ng lint"
1010
},
1111
"dependencies": {

7-AdvancedScenarios/2-call-api-pop/SPA/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build",
8-
"test": "ng test --watch=false --no-progress --browsers=ChromeHeadlessCI",
8+
"test": "ng test",
99
"lint": "ng lint"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)