Skip to content

Commit

Permalink
Show the output of --help in CI, just to help human debuggers.
Browse files Browse the repository at this point in the history
  • Loading branch information
moribellamy committed Dec 14, 2023
1 parent 8b5ce06 commit 5d4631c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
- run: npm i
- run: npx eslint src
- run: npx tsc
# Show the output of --help in CI, just to help human debuggers.
- run: npm run app -- --help || true
- run: head -c 100 dist/app.js

0 comments on commit 5d4631c

Please sign in to comment.