blob: d1a816edefa52c9a1d5c6450f1f4ae3388a4094c [file]
matrix:
platform:
- debian10
- ubuntu2004
bazel:
- 8.1.1
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@bazel_bats//...'
bcr_test_module:
module_path: integration
matrix:
platform:
- debian10
- ubuntu2004
bazel:
- 8.1.1
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- //...
test_targets:
- //...