| bcr_test_module: | |
| module_path: "e2e/workspace" | |
| matrix: | |
| platform: ["ubuntu2204", "macos"] # ["debian10", "macos", "ubuntu2004", "windows"] | |
| bazel: [6.3.0, 7.0.2] | |
| tasks: | |
| run_tests: | |
| name: "Run test module" | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| test_targets: | |
| - "//..." |