blob: a73250fb46cf38b0fa9e855f789812b9d0dfafb6 [file]
bcr_test_module:
module_path: "examples/bzlmod"
matrix:
platform: ["ubuntu2204"]
bazel: ["6.x", "7.x"]
tasks:
run_ubuntu_tests:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- "//..."
run_macos_tests:
name: "Run test module"
bazel: "7.x"
platform: "macos"
test_targets:
- "//..."