Skip to content

Commit

Permalink
chore(bcr): add bazel versions to presubmit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas authored Feb 15, 2024
1 parent fc3d0d6 commit 74ae041
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 @@ -3,9 +3,11 @@ bcr_test_module:
module_path: "examples/check_glob"
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
bazel: [6.x, 7.x]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."

0 comments on commit 74ae041

Please sign in to comment.