mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-25 11:32:33 +00:00
13 lines
291 B
YAML
13 lines
291 B
YAML
bcr_test_module:
|
|
module_path: "e2e/smoke"
|
|
matrix:
|
|
platform: ["debian10", "macos", "ubuntu2004", "windows"]
|
|
bazel: ["7.x", "6.x"]
|
|
tasks:
|
|
run_tests:
|
|
name: "Run test module"
|
|
platform: ${{ platform }}
|
|
bazel: ${{ bazel }}
|
|
test_targets:
|
|
- "//..."
|