2022-06-28 17:56:05 +00:00
|
|
|
bcr_test_module:
|
2023-03-10 17:37:57 +00:00
|
|
|
module_path: "e2e/smoke"
|
2022-06-28 17:56:05 +00:00
|
|
|
matrix:
|
|
|
|
platform: ["debian10", "macos", "ubuntu2004", "windows"]
|
2024-01-27 20:06:36 +00:00
|
|
|
bazel: ["7.x", "6.x"]
|
2022-06-28 17:56:05 +00:00
|
|
|
tasks:
|
|
|
|
run_tests:
|
|
|
|
name: "Run test module"
|
|
|
|
platform: ${{ platform }}
|
2024-01-27 20:06:36 +00:00
|
|
|
bazel: ${{ bazel }}
|
2022-06-28 17:56:05 +00:00
|
|
|
test_targets:
|
|
|
|
- "//..."
|