blob: c16d56d9d6ec459a01b2e1894c6b96cca9464072 [file]
# https://github.com/bazel-contrib/publish-to-bcr/tree/main/templates#presubmityml
bcr_test_module:
module_path: "examples/gem"
matrix:
bazel: ["8.x", "7.x"]
# NB: Windows is removed due to https://github.com/bazel-contrib/rules_ruby/issues/64
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_flags:
- "--test_tag_filters=-bcr-presubmit-failure"
test_targets:
- "//..."