From 231e6602fa89ab0a0b16141b01566ef1d242a393 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Wed, 28 Sep 2022 02:27:37 +0100 Subject: [PATCH] Copy cloud runner cache into github workspace directory --- .../cloud-runner/tests/cloud-runner-sync-environment.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/cloud-runner/tests/cloud-runner-sync-environment.test.ts b/src/model/cloud-runner/tests/cloud-runner-sync-environment.test.ts index 2067e5e7..27bbe3a7 100644 --- a/src/model/cloud-runner/tests/cloud-runner-sync-environment.test.ts +++ b/src/model/cloud-runner/tests/cloud-runner-sync-environment.test.ts @@ -69,7 +69,7 @@ describe('Cloud Runner Sync Environments', () => { return x; }) .filter((element) => { - return !['UNITY_LICENSE'].includes(element.name); + return !['UNITY_LICENSE', 'CUSTOM_JOB'].includes(element.name); }); const newLinePurgedFile = file .replace(/\s+/g, '')