From f4a59d85e579c3e4f4e20ec81d6f54c249c6d58b Mon Sep 17 00:00:00 2001 From: Charissa Miller <48832936+clemiller@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:04:02 -0500 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef293c0d4..dfe631262 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,11 +23,13 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' cache-dependency-path: nav-app/package-lock.json - - run: npm ci - - run: npm run test -- --code-coverage --no-watch --browsers ChromeHeadlessCI + - name: Install + run: npm ci + - name: Run Jasmine tests + run: npm run test -- --code-coverage --no-watch --browsers ChromeHeadlessCI - name: Archive code coverage results uses: actions/upload-artifact@v4 if: always() with: name: code-coverage-report - path: coverage/chrome/index.html + path: angular.json