Skip to content

Commit

Permalink
fix: add missing bazel version to BCR presubmit (#891)
Browse files Browse the repository at this point in the history
The BCR now requires a Bazel version in the `presubmit.yml`.

Related to
bazelbuild/bazel-central-registry#1413.
  • Loading branch information
cgrindel authored Feb 1, 2024
1 parent aa1a84d commit 0153698
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"]
bazel:
- 6.x
- 7.x
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//bzlmod:e2e_test"

0 comments on commit 0153698

Please sign in to comment.