blob: 4ac403f200e5d18fd0a4f33e7c654c4ba1fd2106 [file]
matrix: &matrix
platform:
- rockylinux8
- debian10
- macos
- ubuntu2004
- windows
bazel:
- 6.x
- 7.x
tasks:
verify_targets:
name: Verify that all tests succeed
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- '@rules_kustomize//test:all'
bcr_test_module:
module_path: examples/bzlmod
matrix: *matrix
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- //root