Skip to content

Commit

Permalink
Upload Javascript test report artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Dec 8, 2021
1 parent 83f9cfd commit c7c2df8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,11 @@ jobs:
run: npm test
working-directory: ./python/nav/web/static/js

- name: Upload JavaScript test reports
if: always()
uses: actions/upload-artifact@v2
with:
name: javascript-test-reports
path: |
reports/**/*

0 comments on commit c7c2df8

Please sign in to comment.