Skip to content

Commit

Permalink
fix: add Bazel version to BCR presubmit (#337)
Browse files Browse the repository at this point in the history
BCR requires the Bazel version.
  • Loading branch information
cgrindel authored Jul 3, 2024
1 parent b40e501 commit f46c1bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ bcr_test_module:
module_path: ""
matrix:
platform: ["macos", "ubuntu2004"]
bazel:
# This needs to exactly match the value used in .bazelversion at the root.
- 7.1.2
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//bazel_integration_test/bzlmod/..."

0 comments on commit f46c1bc

Please sign in to comment.