ci: don't run unity-using pipeline stages in parallel
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5793bb04a3
commit
ffeece2598
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user