Skip to content

Commit

Permalink
Merge pull request #286 from aherrmann/presubmit
Browse files Browse the repository at this point in the history
chore: update the BCR presubmit configuration
  • Loading branch information
aherrmann authored May 1, 2024
2 parents 38a0937 + 4695915 commit f167e37
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
matrix:
platform: ["ubuntu2204", "macos"] # ["windows"]
bazel: [6.x, 7.x]
tasks:
run_tests:
name: "Run tests"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "//..."
bcr_test_module:
module_path: "e2e/workspace"
matrix:
platform: ["ubuntu2204", "macos"] # ["debian10", "macos", "ubuntu2004", "windows"]
bazel: [6.3.0, 7.0.2]
platform: ["ubuntu2204", "macos"] # ["windows"]
bazel: [6.x, 7.x]
tasks:
run_tests:
name: "Run test module"
Expand Down

0 comments on commit f167e37

Please sign in to comment.