Develop run full integration test suite
parent
b5def1fe74
commit
7ef6aeee30
|
@ -73,7 +73,7 @@ jobs:
|
|||
- run: yarn
|
||||
- run: yarn run test "cloud-runner-async-workflow" --detectOpenHandles --forceExit --runInBand
|
||||
timeout-minutes: 10
|
||||
if: matrix.CloudRunnerCluster != 'local-docker'
|
||||
if: matrix.CloudRunnerCluster != 'local-docker' && github.ref != 'refs/heads/main'
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
TARGET_PLATFORM: StandaloneWindows64
|
||||
|
@ -81,7 +81,7 @@ jobs:
|
|||
versioning: None
|
||||
CLOUD_RUNNER_CLUSTER: ${{ matrix.cloudRunnerCluster }}
|
||||
- run: yarn run test-i --detectOpenHandles --forceExit --runInBand
|
||||
if: matrix.CloudRunnerCluster == 'local-docker'
|
||||
if: matrix.CloudRunnerCluster == 'local-docker' || github.ref == 'refs/heads/main'
|
||||
timeout-minutes: 180
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
|
|
Loading…
Reference in New Issue