From 376625a8bd2494c2b4346754120db03e7746fb8b Mon Sep 17 00:00:00 2001 From: Frostebite Date: Tue, 6 Dec 2022 01:02:09 +0000 Subject: [PATCH] async workflow test --- .github/workflows/cloud-runner-pipeline.yml | 4 ++-- .../cloud-runner/tests/cloud-runner-async-workflow.test.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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',