Skip to content

Commit

Permalink
chore: green up BCR presumbit CI (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Aug 14, 2024
1 parent bcf895d commit bb99fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
bcr_test_module:
module_path: "e2e/workspace"
matrix:
bazel: ["7.x", "6.x"]
bazel: ["7.x"]
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
build_targets:
- "//..."

0 comments on commit bb99fac

Please sign in to comment.