Skip to content

Commit

Permalink
chore: BCR testing on Bazel 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jan 27, 2024
1 parent 5760fcb commit 6cfb586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
bcr_test_module:
module_path: "example"
matrix:
bazel: ["7.x", "6.x"]
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
environment:
BAZELISK_BASE_URL: "https://github.com/bazelbuild/bazel/releases/download/"
Expand Down

0 comments on commit 6cfb586

Please sign in to comment.