Develop run full integration test suite

pull/496/head
Frostebite 2023-01-29 04:55:03 +00:00
parent b5def1fe74
commit 7ef6aeee30
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}