Skip to content

Commit f5639cd

Browse files
committed
fixup! feat(ci): more complete error output
1 parent f2607e0 commit f5639cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
(.[0] | capture("rails-(?<sha>.*?)/(?<path>.*)")) *
6969
{line: .[1], server: "https://github.com", repo: "rails/rails"}
7070
else
71-
{path: .[0], line: .[1], sha: $ENV.GITHUB_SHA, repo: $ENV.GITHUB_REPOSITORY, server: $ENV.GITHUB_SERVER_URL}
71+
(.[0] | capture("activerecord-cockroachdb-adapter/(?<path>test/.*)") *
72+
{line: .[1], sha: $ENV.GITHUB_SHA, repo: $ENV.GITHUB_REPOSITORY, server: $ENV.GITHUB_SERVER_URL}
7273
end | "\(.server)/\(.repo)/blob/\(.sha)/\(.path)#L\(.line)"
7374
)
7475
}) | group_by(.) | map(.[0] * { count: length }) | sort[0:100][]

0 commit comments

Comments
 (0)