From ffeece2598b4a16de96a1553a3c19eef08125786 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Mon, 17 Jul 2023 12:15:40 -0500 Subject: [PATCH] ci: don't run unity-using pipeline stages in parallel --- .woodpecker.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8433614..a63dfee 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -29,7 +29,6 @@ pipeline: secrets: [unity_license] test-playmode: image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION} - group: test commands: - ${UNITY_DIR}/ci/before_script.sh - chmod +x ${UNITY_DIR}/ci/test.sh @@ -42,7 +41,6 @@ pipeline: secrets: [unity_license] test-editmode: image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION} - group: test commands: - ${UNITY_DIR}/ci/before_script.sh - chmod +x ${UNITY_DIR}/ci/test.sh @@ -55,7 +53,6 @@ pipeline: secrets: [unity_license] build-standalone-windows: image: ${IMAGE}:${UNITY_VERSION}-windows-mono-${IMAGE_VERSION} - group: build commands: - ${UNITY_DIR}/ci/before_script.sh - chmod +x ./ci/build.sh