pull/496/head
Frostebite 2023-02-19 14:11:51 +00:00
parent 256d0bc5e4
commit 757062359b
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ describe('Cloud Runner Retain Workspace', () => {
}
CloudRunnerLogger.log(`run 1 succeeded`);
const run1Workspace = CloudRunner.lockedWorkspace || ``;
// await CloudRunnerSystem.Run(`tree -d ./cloud-runner-cache/${}`);
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',
);
expect(CloudRunner.lockedWorkspace).toMatch(run1Workspace);
expect(build2ContainsCacheKey).toBeTruthy();
expect(build2ContainsRetainedWorkspacePhrase).toBeTruthy();
expect(build2ContainsWorkspaceExistsAlreadyPhrase).toBeTruthy();