diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2019a0ef1..db562125a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: cache: 'npm' cache-dependency-path: nav-app/package-lock.json - run: npm ci - - run: ng test --code-coverage --no-watch --browsers ChromeHeadlessCI + - run: npm run test -- --coverage --no-watch --browsers ChromeHeadlessCI - name: Archive code coverage results uses: actions/upload-artifact@v4 with: