| 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: | |
| - "//..." |