extract lib in caching flow

pull/496/head
Frostebite 2023-02-13 17:18:17 +00:00
parent 560457e9c6
commit 0e83ff9eca
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ describe('Cloud Runner Retain Workspace', () => {
}
CloudRunnerLogger.log(`run 1 succeeded`);
await CloudRunnerSystem.Run(`tree ./cloud-runner-cache/cache`);
await CloudRunnerSystem.Run(`tree -d ./cloud-runner-cache`);
// await CloudRunnerSystem.Run(`tree -d ./cloud-runner-cache/${}`);
const buildParameter2 = await CreateParameters(overrides);