explicitly specify cloud runner cluster aws for caching tests

pull/419/head
Frostebite 2022-09-02 22:34:12 +01:00
parent 3fb1992822
commit 5e3068e92e
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,8 @@ jobs:
awsBuild:
name: AWS Fargate Build
if: github.event.pull_request.draft == false
env:
CLOUD_RUNNER_CLUSTER: aws
runs-on: ubuntu-latest
strategy:
fail-fast: false

View File

@ -32,7 +32,6 @@ 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);