Skip to content

Commit 3981187

Browse files
committed
test
1 parent b8497bf commit 3981187

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ jobs:
6464
# sed -n '/\[.*error.*\]/I,$p') # select lines from '[...error...]' or 'npm err' (case-insensitive) to EOF
6565
6666
ls
67-
68-
cat stderr.log
67+
ls /home/runner/.npm/_logs/
6968
7069
if [ -s "stderr.log" ]; then
7170
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token

0 commit comments

Comments
 (0)