pipeline improvements

pull/496/head
Frostebite 2023-02-12 21:02:38 +00:00
parent a5a496658a
commit f093981f42
2 changed files with 0 additions and 3 deletions

View File

@ -60,8 +60,6 @@ jobs:
- run: yarn run test "${{ matrix.test }}" --detectOpenHandles --forceExit --runInBand
timeout-minutes: 15
env:
CLOUD_RUNNER_DEBUG: true
CLOUD_RUNNER_DEBUG_TREE: true
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
PROJECT_PATH: test-project
TARGET_PLATFORM: StandaloneWindows64

View File

@ -55,7 +55,6 @@ describe('Cloud Runner Caching', () => {
}
const buildParameter2 = await CreateParameters(overrides);
CloudRunnerLogger.log(`\n\n\n\n`);
buildParameter2.cacheKey = buildParameter.cacheKey;
const baseImage2 = new ImageTag(buildParameter2);
const results2 = await CloudRunner.run(buildParameter2, baseImage2.toString());