mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Allow dirty build on retry
This commit is contained in:
parent
ae9158cfc6
commit
c0465c8999
2
.github/workflows/build-tests-ubuntu.yml
vendored
2
.github/workflows/build-tests-ubuntu.yml
vendored
@ -112,6 +112,7 @@ jobs:
|
||||
targetPlatform: ${{ matrix.targetPlatform }}
|
||||
customParameters: -profile SomeProfile -someBoolean -someValue exampleValue
|
||||
providerStrategy: ${{ matrix.providerStrategy }}
|
||||
allowDirtyBuild: true
|
||||
|
||||
- name: Sleep for Retry
|
||||
if: ${{ steps.build-2.outcome == 'failure' }}
|
||||
@ -131,6 +132,7 @@ jobs:
|
||||
targetPlatform: ${{ matrix.targetPlatform }}
|
||||
customParameters: -profile SomeProfile -someBoolean -someValue exampleValue
|
||||
providerStrategy: ${{ matrix.providerStrategy }}
|
||||
allowDirtyBuild: true
|
||||
|
||||
###########################
|
||||
# Upload #
|
||||
|
Loading…
Reference in New Issue
Block a user