Skip to content

Commit

Permalink
artifact npm logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Mar 30, 2024
1 parent b0f68db commit 6d94933
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
# Artifact name
name: coverage-report-${{ matrix.node-version }}
path: coverage/lcov-report/**
- uses: actions/upload-artifact@v4
if: success() || failure() # run this step even if previous step failed
with:
# Artifact name
name: npm-logs-${{ matrix.node-version }}
path: /home/runner/.npm/_logs/**
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
Expand Down

0 comments on commit 6d94933

Please sign in to comment.