Skip to content

Commit

Permalink
BCR: Specify Bazel versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
martis42 committed Feb 25, 2024
1 parent aa560a7 commit 128fe37
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
Expand Up @@ -6,9 +6,11 @@ bcr_test_module:
module_path: "e2e/bzlmod"
matrix:
platform: [ "macos", "ubuntu2004", "windows" ]
bazel: [ 5.4.0, 6.x, 7.x ]
tasks:
run_tests:
name: "Run unit tests"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//src/..."

0 comments on commit 128fe37

Please sign in to comment.