Skip to content

Commit

Permalink
[bazel] Fix BCR presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbarsky committed Apr 24, 2024
1 parent 6eb18e5 commit 3aca525
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
bcr_test_module:
module_path: "."
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
bazel: ["7.x"]
tasks:
run_tests:
name: "Run tests"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
bazel: ["7.x"]
tasks:
run_tests:
name: "Run tests"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."

0 comments on commit 3aca525

Please sign in to comment.