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 f9f9dbd commit 96099af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:
cache-dependency-path: nav-app/package-lock.json
- run: npm ci
- run: npm run test -- --no-watch --browsers ChromeHeadlessCI
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: coverage/chrome/index.html

0 comments on commit 96099af

Please sign in to comment.