Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller authored Jan 26, 2024
1 parent b085a3f commit f4a59d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f4a59d8

Please sign in to comment.