Skip to content

Commit 5e932f1

Browse files
authored
Set bazel version when testing bcr support (#258)
Looks like this became required since the last release.
1 parent c3f1a38 commit 5e932f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .bcr/presubmit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ bcr_test_module:
77
working_directory: "examples/gazelle"
88
name: "Gazelle"
99
platform: ${{ platform }}
10+
bazel: "7.x"
1011
run_targets:
1112
- "//:gazelle"
1213
test_targets:
@@ -15,5 +16,6 @@ bcr_test_module:
1516
working_directory: "examples/tests_and_lints"
1617
name: "Tests and lints"
1718
platform: ${{ platform }}
19+
bazel: "7.x"
1820
test_targets:
1921
- "//..."

0 commit comments

Comments
 (0)