From fb9fa3badad3604ae95bd488f4f53c9cdae0c0e8 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Tue, 4 Oct 2022 22:26:26 +0100 Subject: [PATCH] Fix: post build caching via CLI --- .../cloud-runner/tests/cloud-runner-run-twice-retaining.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f179d605..21bf0b5f 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 @@ -19,7 +19,7 @@ describe('Cloud Runner Retain Workspace', () => { it('Responds', () => {}); setups(); if (CloudRunnerOptions.cloudRunnerTests && CloudRunnerOptions.cloudRunnerCluster !== `k8s`) { - it('Run one build it should not use cache, run subsequent build which should use cache', async () => { + it('Run one build it should not already be retained, run subsequent build which should use retained workspace', async () => { const overrides = { versioning: 'None', projectPath: 'test-project',