Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
takegue committed Jul 16, 2023
1 parent cb85e02 commit cdf2f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
find ./bigquery -type f | npx bqport push --format=json --dry-run | jq -r '
select(.error and (.error | test("Suspended:") | not))
| .line = (.error | capture("\\[(?<line>\\d+):(?<column>\\d+)\\]$")).line? // "1"
| .line = ((.error | capture("\\[(?<line>\\d+):(?<column>\\d+)\\]$")).line? // "1")
# workaround
| .name = (.name | gsub("bqmake"; "bigquery/@default") | gsub("(?<x>@[^/]+)"; "\(.x | ascii_downcase)"))
| @text "::error file=\(.name),line=\(.line)::\(.error)"
Expand Down

0 comments on commit cdf2f73

Please sign in to comment.