From 3fb199282224d86397d98c2c67266abfc4b7d5ff Mon Sep 17 00:00:00 2001 From: Frostebite Date: Fri, 2 Sep 2022 22:25:54 +0100 Subject: [PATCH] explicitly specify cloud runner cluster aws for caching tests --- .../cloud-runner/tests/cloud-runner-run-twice-caching.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/model/cloud-runner/tests/cloud-runner-run-twice-caching.test.ts b/src/model/cloud-runner/tests/cloud-runner-run-twice-caching.test.ts index be91d2b7..e0935af5 100644 --- a/src/model/cloud-runner/tests/cloud-runner-run-twice-caching.test.ts +++ b/src/model/cloud-runner/tests/cloud-runner-run-twice-caching.test.ts @@ -32,6 +32,7 @@ describe('Cloud Runner', () => { unityVersion: UnityVersioning.determineUnityVersion('test-project', UnityVersioning.read('test-project')), targetPlatform: 'StandaloneLinux64', cacheKey: `test-case-${uuidv4()}`, + cloudRunnerCluster: `aws`, }; const buildParameter = await CreateParameters(overrides); const baseImage = new ImageTag(buildParameter);