We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8497bf commit 3981187Copy full SHA for 3981187
.github/workflows/ci.yml
@@ -64,8 +64,7 @@ jobs:
64
# sed -n '/\[.*error.*\]/I,$p') # select lines from '[...error...]' or 'npm err' (case-insensitive) to EOF
65
66
ls
67
-
68
- cat stderr.log
+ ls /home/runner/.npm/_logs/
69
70
if [ -s "stderr.log" ]; then
71
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
0 commit comments