ci: fix dependencies

This commit is contained in:
eric
2026-03-15 13:54:18 +01:00
parent 54109136ab
commit f975f12553
37 changed files with 522 additions and 148 deletions

View File

@@ -4,7 +4,7 @@ sh_test(
name = "phase8_ci_matrix_shape_test",
size = "small",
srcs = ["phase8_ci_matrix_shape_test.sh"],
args = ["$(location //.github/workflows:ci.yml)"],
args = ["$(rlocationpath //.github/workflows:ci.yml)"],
data = ["//.github/workflows:ci.yml"],
)
@@ -12,7 +12,7 @@ sh_test(
name = "phase8_ci_targets_test",
size = "small",
srcs = ["phase8_ci_targets_test.sh"],
args = ["$(location :phase8_ci_targets.sh)"],
args = ["$(rlocationpath :phase8_ci_targets.sh)"],
data = [":phase8_ci_targets.sh"],
)