blob: 4471561160db518f7c62b07d6287771b428c60f7 [file] [log] [blame] [edit]
matrix:
platform: ["macos", "ubuntu2004"]
bazel: ["7.x", "8.x"]
tasks:
verify_targets:
name: "Verify build targets"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@buildifier_prebuilt//:buildifier'
- '@buildifier_prebuilt//:buildozer'
bcr_test_module:
module_path: ""
matrix:
platform: ["macos", "ubuntu2004"]
bazel: ["7.x", "8.x"]
tasks:
run_test_module:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- '//tests:all'