run full integration tests

pull/496/head
Frostebite 2023-02-04 23:58:36 +00:00
parent 4e173629ae
commit f2a85382ce
1 changed files with 0 additions and 10 deletions

View File

@ -71,17 +71,7 @@ jobs:
gcloud components install gke-gcloud-auth-plugin
gcloud container clusters get-credentials $GKE_CLUSTER --zone $GKE_ZONE --project $GKE_PROJECT
- run: yarn
- run: yarn run test "cloud-runner-async-workflow" --detectOpenHandles --forceExit --runInBand
timeout-minutes: 10
if: matrix.CloudRunnerCluster != 'local-docker' && github.ref != 'refs/heads/main'
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
TARGET_PLATFORM: StandaloneWindows64
cloudRunnerTests: true
versioning: None
CLOUD_RUNNER_CLUSTER: ${{ matrix.cloudRunnerCluster }}
- run: yarn run test-i --detectOpenHandles --forceExit --runInBand
if: matrix.CloudRunnerCluster == 'local-docker' || github.ref == 'refs/heads/main'
timeout-minutes: 180
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}