diff --git a/src/model/cloud-runner/tests/cloud-runner-run-twice-retaining.test.ts b/src/model/cloud-runner/tests/cloud-runner-run-twice-retaining.test.ts index b357ac42..bfb9269c 100644 --- a/src/model/cloud-runner/tests/cloud-runner-run-twice-retaining.test.ts +++ b/src/model/cloud-runner/tests/cloud-runner-run-twice-retaining.test.ts @@ -46,6 +46,10 @@ describe('Cloud Runner Retain Workspace', () => { expect(results).toContain(buildSucceededString); expect(results).not.toContain(cachePushFail); + if (CloudRunnerOptions.cloudRunnerCluster === `local-docker`) { + CloudRunnerSystem.Run(`tree`); + } + CloudRunnerLogger.log(`run 1 succeeded`); const buildParameter2 = await CreateParameters(overrides);