Skip to content

Commit cbed137

Browse files
committed
test
1 parent 5534c1b commit cbed137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
run: |
62-
ERRORS=$(cat build.log | awk '/\[.*error.*\]|npm err|\[vite\] Error/I,0'
62+
ERRORS=$(cat build.log | awk '/\[.*error.*\]|npm err|\[vite\] Error/I,0')
6363
6464
if [ -n "$ERRORS" ]; then
6565
URL=$(gh run view ${{ github.run_id }} --json url --jq '.url')

0 commit comments

Comments
 (0)