parameterize s3

pull/479/head
Frostebite 2023-01-19 03:16:41 +00:00
parent 1c643f625a
commit 9869723fb8
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ describe('Cloud Runner Retain Workspace', () => {
expect(results).not.toContain(cachePushFail);
if (CloudRunnerOptions.cloudRunnerCluster === `local-docker`) {
CloudRunnerSystem.Run(`tree -L 2`);
CloudRunnerSystem.Run(`tree cloud-runner-cache -L 2 `);
}
CloudRunnerLogger.log(`run 1 succeeded`);