| matrix: |
| platform: |
| - debian11 |
| - ubuntu2204 |
| - macos |
| - macos_arm64 |
| - windows |
| bazel: |
| - 8.x |
| - 7.x |
| tasks: |
| verify_targets: |
| name: Verify build targets |
| platform: ${{ platform }} |
| bazel: ${{ bazel }} |
| build_targets: |
| - '@contrib_rules_jvm//java/src/...' |
| bcr_test_module: |
| module_path: examples/tests_and_lints |
| matrix: |
| platform: |
| - debian11 |
| - ubuntu2204 |
| - macos |
| - macos_arm64 |
| bazel: |
| - 8.x |
| - 7.x |
| tasks: |
| run_test_module: |
| name: Run test module |
| platform: ${{ platform }} |
| bazel: ${{ bazel }} |
| build_targets: |
| - //... |
| test_targets: |
| - //... |