From 27d0c0349466244bf98a1ede3afdb6bc7e47c1c2 Mon Sep 17 00:00:00 2001 From: Charissa Miller <48832936+clemiller@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:49:37 -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 db562125a..03789fe3a 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: npm run test -- --coverage --no-watch --browsers ChromeHeadlessCI + - run: npm run test -- --code-coverage --no-watch --browsers ChromeHeadlessCI - name: Archive code coverage results uses: actions/upload-artifact@v4 with: