Skip to content

Commit

Permalink
update main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IPdotSetAF committed Oct 27, 2024
1 parent 8b6692c commit fd57729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run build
- run: ng test --no-watch --no-progress --browsers=ChromeHeadless
- run: npm run test-ci
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test-ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless",
"serve:ssr:CodeChef": "node dist/code-chef/server/server.mjs"
},
"private": true,
Expand Down

0 comments on commit fd57729

Please sign in to comment.