pipeline improvements
parent
a5a496658a
commit
f093981f42
|
@ -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
|
||||
|
|
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue