kubectl system run test
parent
c0446ba456
commit
9b342cefde
|
@ -48,7 +48,7 @@ jobs:
|
|||
- 'cloud-runner-environment'
|
||||
#- 'cloud-runner-hooks'
|
||||
- 'cloud-runner-local-persistence'
|
||||
#- 'cloud-runner-locking'
|
||||
- 'cloud-runner-locking'
|
||||
cloudRunnerCluster:
|
||||
- aws
|
||||
- local-docker
|
||||
|
@ -135,7 +135,7 @@ jobs:
|
|||
gcloud container clusters get-credentials $GKE_CLUSTER --zone $GKE_ZONE --project $GKE_PROJECT
|
||||
- run: yarn
|
||||
- run: yarn run test "${{ matrix.test }}" --detectOpenHandles --forceExit --runInBand
|
||||
timeout-minutes: 35
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
PROJECT_PATH: test-project
|
||||
|
|
Loading…
Reference in New Issue