explicitly specify cloud runner cluster aws for caching tests
parent
1f0a1f9ce3
commit
3fb1992822
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue