chore: BCR testing on Bazel 6 and 7 (#736)

Merge https://github.com/bazel-contrib/rules-template/pull/105
This commit is contained in:
Alex Eagle 2024-01-27 12:06:36 -08:00 committed by GitHub
parent 86b8cfb2e5
commit 58e3d28602
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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:
- "//..."