feat: add phase 8 ci matrix workflow

This commit is contained in:
Eric
2026-03-04 08:01:05 +00:00
committed by eric
parent c71f5d2186
commit 76306e7dd2
5 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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"],
)