| bcr_test_module: | |
| module_path: "e2e/smoke" | |
| matrix: | |
| # Remove macos this release due to bcr runner unavailability | |
| platform: ["debian10", "ubuntu2004", "windows"] | |
| tasks: | |
| run_tests: | |
| name: "Run test module" | |
| platform: ${{ platform }} | |
| test_targets: | |
| - "//..." |