| matrix: |
| platform: |
| - debian10 |
| - ubuntu2004 |
| - macos |
| - macos_arm64 |
| bazel: [7.x, 8.x, rolling] |
| tasks: |
| verify_targets: |
| name: Verify build targets |
| platform: ${{ platform }} |
| bazel: ${{ bazel }} |
| build_targets: |
| - '@rules_spring//springboot:springboot_cli' |
| bcr_test_module: |
| module_path: "" |
| matrix: |
| platform: |
| - debian10 |
| - ubuntu2004 |
| - macos |
| - macos_arm64 |
| bazel: [7.x, 8.x, rolling] |
| tasks: |
| run_test_module: |
| name: Run test module |
| platform: ${{ platform }} |
| bazel: ${{ bazel }} |
| build_targets: |
| - //springboot:springboot_cli |
| test_targets: |
| - //springboot:check_dupe_classes_test |