Copy cloud runner cache into github workspace directory

pull/461/head
Frostebite 2022-09-28 02:27:37 +01:00
parent 361374865a
commit 231e6602fa
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ describe('Cloud Runner Sync Environments', () => {
return x; return x;
}) })
.filter((element) => { .filter((element) => {
return !['UNITY_LICENSE'].includes(element.name); return !['UNITY_LICENSE', 'CUSTOM_JOB'].includes(element.name);
}); });
const newLinePurgedFile = file const newLinePurgedFile = file
.replace(/\s+/g, '') .replace(/\s+/g, '')