Debug cache extract
parent
3b63c86d7b
commit
b5ef5b6cf2
|
|
@ -618,7 +618,7 @@ class Caching {
|
|||
if (__1.Input.cloudRunnerTests) {
|
||||
yield cloud_runner_system_1.CloudRunnerSystem.Run(`tree ${cacheFolder}`);
|
||||
}
|
||||
yield extract_zip_1.default(`${cacheSelection}.zip`, { dir: 'test' });
|
||||
yield extract_zip_1.default(`${cacheSelection}.zip`, { dir: process.cwd() });
|
||||
if (__1.Input.cloudRunnerTests) {
|
||||
yield cloud_runner_system_1.CloudRunnerSystem.Run(`tree ${fullDestination}`);
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -103,7 +103,7 @@ export class Caching {
|
|||
if (Input.cloudRunnerTests) {
|
||||
await CloudRunnerSystem.Run(`tree ${cacheFolder}`);
|
||||
}
|
||||
await extract(`${cacheSelection}.zip`, { dir: 'test' });
|
||||
await extract(`${cacheSelection}.zip`, { dir: process.cwd() });
|
||||
if (Input.cloudRunnerTests) {
|
||||
await CloudRunnerSystem.Run(`tree ${fullDestination}`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue