Skip to content

Commit 265c224

Browse files
committed
test
1 parent 3981187 commit 265c224

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
defaults:
1717
run:
18-
shell: bash -e {0} 2> >(tee -a stderr.log >&2)
18+
shell: bash -e {0} 2> >(tee -a $HOME/stderr.log >&2)
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:
@@ -63,9 +63,6 @@ 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-
ls /home/runner/.npm/_logs/
68-
6966
if [ -s "stderr.log" ]; then
7067
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
7168

0 commit comments

Comments
 (0)