blob: 762d385c8f9aa5b2d8567a310aafabcdb034bd51 [file]
matrix:
platform: ["ubuntu2204", "macos"] # ["debian10", "macos", "ubuntu2004", "windows"]
bazel: [6.x, 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"] # ["debian10", "macos", "ubuntu2004", "windows"]
bazel: [6.3.0, 7.0.2]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."