Skip to content

Commit

Permalink
Fixes ci test run command to headless
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian96 committed Nov 24, 2024
1 parent ac81cbe commit 93de7c0
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: npx ng test --watch=false
run: npx ng test --no-watch --no-progress --browsers=ChromeHeadless

0 comments on commit 93de7c0

Please sign in to comment.