ci: don't run unity-using pipeline stages in parallel
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Branden J Brown 2023-07-17 12:15:40 -05:00
parent 5793bb04a3
commit ffeece2598
1 changed files with 0 additions and 3 deletions

View File

@ -29,7 +29,6 @@ pipeline:
secrets: [unity_license] secrets: [unity_license]
test-playmode: test-playmode:
image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION} image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
group: test
commands: commands:
- ${UNITY_DIR}/ci/before_script.sh - ${UNITY_DIR}/ci/before_script.sh
- chmod +x ${UNITY_DIR}/ci/test.sh - chmod +x ${UNITY_DIR}/ci/test.sh
@ -42,7 +41,6 @@ pipeline:
secrets: [unity_license] secrets: [unity_license]
test-editmode: test-editmode:
image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION} image: ${IMAGE}:${UNITY_VERSION}-base-${IMAGE_VERSION}
group: test
commands: commands:
- ${UNITY_DIR}/ci/before_script.sh - ${UNITY_DIR}/ci/before_script.sh
- chmod +x ${UNITY_DIR}/ci/test.sh - chmod +x ${UNITY_DIR}/ci/test.sh
@ -55,7 +53,6 @@ pipeline:
secrets: [unity_license] secrets: [unity_license]
build-standalone-windows: build-standalone-windows:
image: ${IMAGE}:${UNITY_VERSION}-windows-mono-${IMAGE_VERSION} image: ${IMAGE}:${UNITY_VERSION}-windows-mono-${IMAGE_VERSION}
group: build
commands: commands:
- ${UNITY_DIR}/ci/before_script.sh - ${UNITY_DIR}/ci/before_script.sh
- chmod +x ./ci/build.sh - chmod +x ./ci/build.sh