bcr_test_module: | |
module_path: 'e2e/bzlmod' | |
matrix: | |
# TODO(aspect-team): windows https://github.com/aspect-build/rules_ts/issues/228 | |
platform: ['debian10', 'macos', 'ubuntu2004'] | |
tasks: | |
run_tests: | |
name: 'Run test module' | |
platform: ${{ platform }} | |
test_targets: | |
- '//...' |