mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-12-03 11:52:43 +00:00
16 lines
363 B
YAML
16 lines
363 B
YAML
bcr_test_module:
|
|
module_path: "e2e/smoke"
|
|
matrix:
|
|
platform: ["debian10", "macos", "ubuntu2004", "windows"]
|
|
bazel:
|
|
- 6.x
|
|
- 7.x
|
|
- last_rc # TODO(alexeagle): change to 8.x after release
|
|
tasks:
|
|
run_tests:
|
|
name: "Run test module"
|
|
platform: ${{ platform }}
|
|
bazel: ${{ bazel }}
|
|
test_targets:
|
|
- "//..."
|