From 3eff123f6f216d3a46f4d59167b8dad2f3a432cf Mon Sep 17 00:00:00 2001 From: Charissa Miller <48832936+clemiller@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:43:32 -0500 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: