diff --git a/.github/workflows/cloud-runner-pipeline.yml b/.github/workflows/cloud-runner-pipeline.yml index 98a96ba4..8d6e7c77 100644 --- a/.github/workflows/cloud-runner-pipeline.yml +++ b/.github/workflows/cloud-runner-pipeline.yml @@ -55,8 +55,8 @@ jobs: aws-region: eu-west-2 - run: yarn - run: yarn run cli --help - - run: yarn run test "cloud-runner-run-async-workflow" --detectOpenHandles --forceExit --runInBand - if: matrix.CloudRunnerCluster == 'aws' || matrix.CloudRunnerCluster == 'k8s' + - run: yarn run test "cloud-runner-async-workflow" --detectOpenHandles --forceExit --runInBand + if: matrix.CloudRunnerCluster != 'aws' && matrix.CloudRunnerCluster != 'k8s' timeout-minutes: 180 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} diff --git a/src/model/cloud-runner/tests/cloud-runner-async-workflow.test.ts b/src/model/cloud-runner/tests/cloud-runner-async-workflow.test.ts index 008b90fe..a8396897 100644 --- a/src/model/cloud-runner/tests/cloud-runner-async-workflow.test.ts +++ b/src/model/cloud-runner/tests/cloud-runner-async-workflow.test.ts @@ -21,7 +21,7 @@ describe('Cloud Runner Async Workflows', () => { it('Responds', () => {}); if (CloudRunnerOptions.cloudRunnerDebug && CloudRunnerOptions.cloudRunnerCluster !== `k8s`) { - it('All build parameters sent to cloud runner as env vars', async () => { + it('Async Workflows', async () => { // Setup parameters const buildParameter = await CreateParameters({ versioning: 'None',