Skip to content

Commit

Permalink
Query the release target in the integration tests (#1254)
Browse files Browse the repository at this point in the history
* Query the release target in the integration tests

* Fix
  • Loading branch information
Bencodes authored Dec 30, 2024
1 parent f6a419c commit fcf8055
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ object BazelIntegrationTestRunner {
"//...",
*version.workspaceFlag(bzlmod)
).onFailThrow()
bazel.run(
workspace,
"--bazelrc=$bazelrc",
"query",
overrideFlag,
"@rules_kotlin//...",
*version.workspaceFlag(bzlmod)
).onFailThrow()
bazel.run(
workspace,
"--bazelrc=$bazelrc",
Expand Down

0 comments on commit fcf8055

Please sign in to comment.