fixes
parent
256d0bc5e4
commit
757062359b
|
@ -45,6 +45,7 @@ describe('Cloud Runner Retain Workspace', () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
CloudRunnerLogger.log(`run 1 succeeded`);
|
CloudRunnerLogger.log(`run 1 succeeded`);
|
||||||
|
const run1Workspace = CloudRunner.lockedWorkspace || ``;
|
||||||
|
|
||||||
// await CloudRunnerSystem.Run(`tree -d ./cloud-runner-cache/${}`);
|
// await CloudRunnerSystem.Run(`tree -d ./cloud-runner-cache/${}`);
|
||||||
const buildParameter2 = await CreateParameters(overrides);
|
const buildParameter2 = await CreateParameters(overrides);
|
||||||
|
@ -67,6 +68,7 @@ describe('Cloud Runner Retain Workspace', () => {
|
||||||
'There is 0 files/dir in the cache pulled contents for LFS',
|
'There is 0 files/dir in the cache pulled contents for LFS',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
expect(CloudRunner.lockedWorkspace).toMatch(run1Workspace);
|
||||||
expect(build2ContainsCacheKey).toBeTruthy();
|
expect(build2ContainsCacheKey).toBeTruthy();
|
||||||
expect(build2ContainsRetainedWorkspacePhrase).toBeTruthy();
|
expect(build2ContainsRetainedWorkspacePhrase).toBeTruthy();
|
||||||
expect(build2ContainsWorkspaceExistsAlreadyPhrase).toBeTruthy();
|
expect(build2ContainsWorkspaceExistsAlreadyPhrase).toBeTruthy();
|
||||||
|
|
Loading…
Reference in New Issue