async workflow test

pull/479/head
Frostebite 2022-12-06 00:57:15 +00:00
parent 3abab4d819
commit 71aa243630
1 changed files with 11 additions and 0 deletions

View File

@ -55,6 +55,17 @@ jobs:
aws-region: eu-west-2 aws-region: eu-west-2
- run: yarn - run: yarn
- run: yarn run cli --help - run: yarn run cli --help
- run: yarn run test "cloud-runner-run-async-workflow" --detectOpenHandles --forceExit --runInBand
if: matrix.CloudRunnerCluster == 'aws' || matrix.CloudRunnerCluster == 'k8s'
timeout-minutes: 180
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
PROJECT_PATH: test-project
GIT_PRIVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_PLATFORM: StandaloneWindows64
cloudRunnerTests: true
versioning: None
CLOUD_RUNNER_CLUSTER: ${{ matrix.cloudRunnerCluster }}
- run: yarn run test "cloud-runner-run-twice-retaining" --detectOpenHandles --forceExit --runInBand - run: yarn run test "cloud-runner-run-twice-retaining" --detectOpenHandles --forceExit --runInBand
if: matrix.CloudRunnerCluster == 'aws' || matrix.CloudRunnerCluster == 'k8s' if: matrix.CloudRunnerCluster == 'aws' || matrix.CloudRunnerCluster == 'k8s'
timeout-minutes: 180 timeout-minutes: 180