Skip to content

Commit b8497bf

Browse files
committed
test
1 parent 9eba995 commit b8497bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
# cut -d' ' -f2-) # remove timestamp
6464
# sed -n '/\[.*error.*\]/I,$p') # select lines from '[...error...]' or 'npm err' (case-insensitive) to EOF
6565
66+
ls
67+
68+
cat stderr.log
69+
6670
if [ -s "stderr.log" ]; then
6771
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
6872

0 commit comments

Comments
 (0)