| bcr_test_module: | |
| module_path: "e2e/smoke" | |
| matrix: | |
| bazel: ["7.x", "6.x"] | |
| # NB: removed macos on this release after waiting 1h for a runner | |
| platform: ["debian10", "ubuntu2004"] | |
| tasks: | |
| run_tests: | |
| name: "Run test module" | |
| bazel: ${{ bazel }} | |
| platform: ${{ platform }} | |
| test_targets: | |
| - "//..." |