mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-02-05 00:39:06 +08:00
PR feedback
This commit is contained in:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user