chore: BCR testing on Bazel 6 and 7 (#736)
Merge https://github.com/bazel-contrib/rules-template/pull/105
This commit is contained in:
parent
86b8cfb2e5
commit
58e3d28602
|
@ -2,9 +2,11 @@ bcr_test_module:
|
|||
module_path: "e2e/smoke"
|
||||
matrix:
|
||||
platform: ["debian10", "macos", "ubuntu2004", "windows"]
|
||||
bazel: ["7.x", "6.x"]
|
||||
tasks:
|
||||
run_tests:
|
||||
name: "Run test module"
|
||||
platform: ${{ platform }}
|
||||
bazel: ${{ bazel }}
|
||||
test_targets:
|
||||
- "//..."
|
||||
|
|
Loading…
Reference in New Issue