Skip to content

Commit fd57729

Browse files
committed
update main workflow
1 parent 8b6692c commit fd57729

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
node-version: ${{ matrix.node }}
2525
- run: npm ci
2626
- run: npm run build
27-
- run: ng test --no-watch --no-progress --browsers=ChromeHeadless
27+
- run: npm run test-ci

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
99
"test": "ng test",
10+
"test-ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless",
1011
"serve:ssr:CodeChef": "node dist/code-chef/server/server.mjs"
1112
},
1213
"private": true,

0 commit comments

Comments
 (0)