PR feedback

This commit is contained in:
Frostebite
2025-12-05 16:20:41 +00:00
parent adcdf1b77a
commit beee035be3
3 changed files with 20 additions and 6 deletions

View File

@@ -88,7 +88,9 @@ describe('Cloud Runner Retain Workspace', () => {
);
try {
await CloudRunnerSystem.Run(
`rm -rf ./cloud-runner-cache/${path.basename(CloudRunnerFolders.uniqueCloudRunnerJobFolderAbsolute)} || true`,
`rm -rf ./cloud-runner-cache/${path.basename(
CloudRunnerFolders.uniqueCloudRunnerJobFolderAbsolute,
)} || true`,
);
} catch (error: any) {
CloudRunnerLogger.log(`Failed to cleanup workspace: ${error.message}`);