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'