Skip to content

Commit

Permalink
Set bazel version when testing bcr support (#258)
Browse files Browse the repository at this point in the history
Looks like this became required since the last release.
  • Loading branch information
illicitonion authored May 1, 2024
1 parent c3f1a38 commit 5e932f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ bcr_test_module:
working_directory: "examples/gazelle"
name: "Gazelle"
platform: ${{ platform }}
bazel: "7.x"
run_targets:
- "//:gazelle"
test_targets:
Expand All @@ -15,5 +16,6 @@ bcr_test_module:
working_directory: "examples/tests_and_lints"
name: "Tests and lints"
platform: ${{ platform }}
bazel: "7.x"
test_targets:
- "//..."

0 comments on commit 5e932f1

Please sign in to comment.