9 lines
250 B
Python
9 lines
250 B
Python
load("@rules_shell//shell:sh_test.bzl", "sh_test")
|
|
|
|
sh_test(
|
|
name = "phase8_ci_matrix_shape_test",
|
|
srcs = ["phase8_ci_matrix_shape_test.sh"],
|
|
args = ["$(location //.github/workflows:ci.yml)"],
|
|
data = ["//.github/workflows:ci.yml"],
|
|
)
|