Skip to content

Commit

Permalink
chore: display log
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3njust1n committed Aug 3, 2023
1 parent c5ed8e8 commit 5bf9b44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shamir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Display npm debug log
if: failure()
run: cat /home/runner/.npm/_logs/*-debug.log

0 comments on commit 5bf9b44

Please sign in to comment.