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 3981187 commit 265c224Copy full SHA for 265c224
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
defaults:
17
run:
18
- shell: bash -e {0} 2> >(tee -a stderr.log >&2)
+ shell: bash -e {0} 2> >(tee -a $HOME/stderr.log >&2)
19
steps:
20
- uses: actions/checkout@v4
21
with:
@@ -63,9 +63,6 @@ jobs:
63
# cut -d' ' -f2-) # remove timestamp
64
# sed -n '/\[.*error.*\]/I,$p') # select lines from '[...error...]' or 'npm err' (case-insensitive) to EOF
65
66
- ls
67
- ls /home/runner/.npm/_logs/
68
-
69
if [ -s "stderr.log" ]; then
70
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
71
0 commit comments