Skip to content

Commit 55588a4

Browse files
authored
chore: BCR testing on Bazel 6 and 7 (#247)
Merge bazel-contrib/rules-template#105
1 parent ebabbaf commit 55588a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bcr/presubmit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
4+
bazel: ["7.x", "6.x"]
45
platform: ["debian10", "macos", "ubuntu2004", "windows"]
56
tasks:
67
run_tests:
78
name: "Run test module"
9+
bazel: ${{ bazel }}
810
platform: ${{ platform }}
911
test_targets:
1012
- "//..."

0 commit comments

Comments
 (0)