chore: Rework the workflows to make it easier to manage

This commit is contained in:
Gerald Pinder 2025-05-01 22:39:58 -04:00
parent 44cecab3f4
commit 0f4621ca66
10 changed files with 191 additions and 792 deletions

View file

@ -310,8 +310,8 @@ mod test {
#[case("test: value", "/test", (6, 5))]
#[case(RECIPE, "/description", (109, 29))]
#[case(RECIPE, "/image-version", (199, 6))]
#[case(RECIPE, "/modules/4/install", (605, 24))]
#[case(RECIPE, "/modules/8/snippets", (931, 57))]
#[case(RECIPE, "/modules/4/install", (621, 36))]
#[case(RECIPE, "/modules/8/snippets", (979, 57))]
#[case(RECIPE_INVALID, "/image-version", (182, 11))]
#[case(RECIPE_INVALID_STAGE, "/stages/0/from", (262, 8))]
#[case(RECIPE_INVALID_MODULE, "/modules/7/containerfiles", (807, 8))]