From ac81cbe145373b64f6f12280fdd09f6f625d1f3f Mon Sep 17 00:00:00 2001 From: Damianos Giankakis Date: Sun, 24 Nov 2024 13:55:20 +0200 Subject: [PATCH] Fix ng run cmd in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dd051c..276f0da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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