bcr_test_module: | |
module_path: examples/basicapp | |
matrix: | |
platform: ["ubuntu2004", "macos", "windows"] | |
bazel: ["7.4.1", "8.0.0", "rolling"] | |
tasks: | |
run_test_module: | |
name: "Verify build targets with bzlmod" | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
build_targets: | |
- "//java/com/basicapp:basic_app" |