From d8bf81303aafbbb942633f981c6bbe90786e92ff Mon Sep 17 00:00:00 2001 From: Josh Cannon <3956745+thejcannon@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:28:03 -0600 Subject: [PATCH] Update group.yml --- test/valid-pipelines/group.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/valid-pipelines/group.yml b/test/valid-pipelines/group.yml index 37b64d7..f260b5d 100644 --- a/test/valid-pipelines/group.yml +++ b/test/valid-pipelines/group.yml @@ -5,11 +5,6 @@ steps: steps: - command: test - - type: "group" - label: "Tests" - steps: - - command: test - # Null group name - group: ~ @@ -29,11 +24,6 @@ steps: steps: - command: test - - type: "group" - name: "Tests" - steps: - - command: test - - group: "Tests" depends_on: "an-id" steps: