Skip to content

Commit

Permalink
capture test logs in git
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Hendrey committed Oct 1, 2023
1 parent 19c9985 commit a4d2f63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:

- name: Run Jest tests
run: npm test

- name: Upload npm debug log on failure
if: failure()
uses: actions/upload-artifact@v2
with:
name: npm-debug-log
path: /home/runner/.npm/_logs/*-debug.log

0 comments on commit a4d2f63

Please sign in to comment.