From 3abab4d819dad3ccf6b588835de7ec1cfa29bc6a Mon Sep 17 00:00:00 2001 From: Frostebite Date: Tue, 6 Dec 2022 00:55:50 +0000 Subject: [PATCH] async workflow test --- .../cloud-runner/tests/cloud-runner-async-workflow.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b19a4247..008b90fe 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 @@ -27,7 +27,7 @@ describe('Cloud Runner Async Workflows', () => { versioning: 'None', projectPath: 'test-project', unityVersion: UnityVersioning.read('test-project'), - asyncCloudRunner: true, + asyncCloudRunner: `true`, customJob: ` - name: 'step 1' image: 'ubuntu'