| bcr_test_module: | |
| module_path: 'e2e/smoke' | |
| matrix: | |
| # TODO: fix windows https://github.com/aspect-build/rules_esbuild/issues/116 | |
| platform: ['debian10', 'macos', 'ubuntu2004'] | |
| tasks: | |
| run_tests: | |
| name: 'Run test module' | |
| platform: ${{ platform }} | |
| test_targets: | |
| - '//...' |