Skip to content

Commit

Permalink
Add missing presubmit matrix dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Jun 11, 2024
1 parent 275e5f4 commit 1b089b4
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 @@ -2,10 +2,12 @@ bcr_test_module:
module_path: "bcr_test"
matrix:
platform: ["centos7", "debian10", "macos", "macos_arm64", "ubuntu2004"]
bazel: [6.x, 7.x]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "//..."
build_flags:
Expand Down

0 comments on commit 1b089b4

Please sign in to comment.