Skip to content

Commit

Permalink
trying to access logs
Browse files Browse the repository at this point in the history
  • Loading branch information
svene committed Jul 4, 2024
1 parent 5d95e0c commit e3eb87c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
with:
node-version: 18
- run: npm ci
- name: Archive npm failure logs
uses: actions/upload-artifact@v2
if: failure()
with:
name: npm-logs
path: /home/runner/.npm/_logs
- run: npm run build --if-present
- run: npm test --if-present
- name: Set up JDK 21
Expand Down

0 comments on commit e3eb87c

Please sign in to comment.