Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KianNH committed Jan 20, 2025
1 parent 9eba995 commit b8497bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
# cut -d' ' -f2-) # remove timestamp
# sed -n '/\[.*error.*\]/I,$p') # select lines from '[...error...]' or 'npm err' (case-insensitive) to EOF
ls
cat stderr.log
if [ -s "stderr.log" ]; then
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
Expand Down

0 comments on commit b8497bf

Please sign in to comment.