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 439246d commit 5534c1bCopy full SHA for 5534c1b
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
env:
60
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
run: |
62
- ERRORS=$(cat build.log | sed -r -n '/\[.*error.*\]|npm err|\[vite\] Error/I,$p')
+ ERRORS=$(cat build.log | awk '/\[.*error.*\]|npm err|\[vite\] Error/I,0'
63
64
if [ -n "$ERRORS" ]; then
65
URL=$(gh run view ${{ github.run_id }} --json url --jq '.url')
0 commit comments