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 d2a2495 commit b085a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- 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

0 comments on commit b085a3f

Please sign in to comment.