Skip to content

Commit

Permalink
Display npm log on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 12, 2024
1 parent 0de184c commit 4aeacc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/front-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
name: "Install all dependencies"
run: "npm ci"
#run: "yarn install --non-interactive --pure-lockfile"
-
name: "Display log on failure"
if: "${{ failure() }}"
run: |
cat $(npm config get cache)/_logs/*
-
name: "Check JavaScript files for syntax errors"
run: |
Expand Down

0 comments on commit 4aeacc6

Please sign in to comment.