diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 276f0da..4ce2e82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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