Skip to content

Commit 50822a8

Browse files
fix to ci.yaml
1 parent b266957 commit 50822a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
if [ -f /home/runner/.npm/_logs/*.log ]; then
4242
echo "==== NPM DEBUG LOG ===="
43-
cat /home/runner/.npm/_logs/*.log
43+
find /home/runner/.npm/_logs -name '*.log' -exec cat {} \;
4444
echo "==== END NPM DEBUG LOG ===="
4545
else
4646
echo "No npm debug log found."

0 commit comments

Comments
 (0)