Skip to content

Commit

Permalink
Fix ng run cmd in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian96 committed Nov 24, 2024
1 parent 338a393 commit ac81cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: npm install

- name: Run Karma tests
run: ng test --no-watch --no-progress --browsers=ChromeHeadless
run: npx ng test --watch=false

0 comments on commit ac81cbe

Please sign in to comment.