Skip to content

Commit

Permalink
Upload npm error log on ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Sep 19, 2023
1 parent dc08b6b commit 92a7455
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=pilos/pilos:buildcache
cache-to: type=registry,ref=pilos/pilos:buildcache,mode=max
- name: Upload npm logs
uses: actions/upload-artifact@v2
if: failure()
with:
name: npm-debug.log
path: /var/www/.npm/_logs/*.log

0 comments on commit 92a7455

Please sign in to comment.