| bcr_test_module: | |
| module_path: "examples" | |
| matrix: | |
| platform: ["debian10", "macos_arm64", "ubuntu2004"] | |
| bazel: ["7.x", "8.x"] | |
| tasks: | |
| run_tests: | |
| name: "Run test module" | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| environment: | |
| JAVA_TOOL_OPTIONS: "" | |
| build_targets: | |
| - "//..." | |
| test_targets: | |
| - "//..." |