| matrix: | |
| platform: | |
| - debian10 | |
| - ubuntu2004 | |
| bazel: | |
| - 8.1.1 | |
| tasks: | |
| verify_targets: | |
| name: Verify build targets | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - '@bazel_bats//...' | |
| bcr_test_module: | |
| module_path: integration | |
| matrix: | |
| platform: | |
| - debian10 | |
| - ubuntu2004 | |
| bazel: | |
| - 8.1.1 | |
| tasks: | |
| run_test_module: | |
| name: Run test module | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - //... | |
| test_targets: | |
| - //... |