Skip to content

Commit 0153698

Browse files
authored
fix: add missing bazel version to BCR presubmit (#891)
The BCR now requires a Bazel version in the `presubmit.yml`. Related to bazelbuild/bazel-central-registry#1413.
1 parent aa1a84d commit 0153698

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bcr/presubmit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ bcr_test_module:
22
module_path: ""
33
matrix:
44
platform: ["macos"]
5+
bazel:
6+
- 6.x
7+
- 7.x
58
tasks:
69
run_tests:
710
name: "Run test module"
811
platform: ${{ platform }}
12+
bazel: ${{ bazel }}
913
test_targets:
1014
- "//bzlmod:e2e_test"

0 commit comments

Comments
 (0)