blob: 268d748bed5e5ab74046420f3f2dc3b677d4ff62 [file] [log] [blame]
matrix:
platform: ["ubuntu2204", "macos"] # ["windows"]
bazel: [7.x]
tasks:
run_tests:
name: "Run tests"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "//..."
bcr_test_module:
module_path: "e2e/workspace"
matrix:
platform: ["ubuntu2204", "macos"] # ["windows"]
bazel: [7.x]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."