bcr_test_module: | |
module_path: e2e | |
matrix: | |
bazel: | |
- 7.x | |
platform: | |
- rockylinux8 | |
- debian10 | |
- debian11 | |
- ubuntu2004 | |
- ubuntu2004_arm64 | |
- ubuntu2204 | |
- fedora39 | |
- macos | |
- macos_arm64 | |
# TODO: enable this once the runner has had a certificate refresh | |
# - windows | |
tasks: | |
run_tests: | |
name: Run end-to-end Tests | |
bazel: ${{ bazel }} | |
platform: ${{ platform }} | |
test_targets: | |
- "//..." |