We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b266957 commit 50822a8Copy full SHA for 50822a8
1 file changed
.github/workflows/ci.yaml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
if [ -f /home/runner/.npm/_logs/*.log ]; then
42
echo "==== NPM DEBUG LOG ===="
43
- cat /home/runner/.npm/_logs/*.log
+ find /home/runner/.npm/_logs -name '*.log' -exec cat {} \;
44
echo "==== END NPM DEBUG LOG ===="
45
else
46
echo "No npm debug log found."
0 commit comments