extract lib in caching flow

pull/496/head
Frostebite 2023-02-13 14:54:25 +00:00
parent 33aceedd55
commit 5e850a4b9b
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ describe('Cloud Runner Caching', () => {
await CloudRunnerSystem.Run(
`cp ./cloud-runner-cache/cache/${buildParameter.cacheKey}/Library/lib-${buildParameter.buildGuid}.tar ./`,
);
await CloudRunnerSystem.Run(`tree -L 1`);
await CloudRunnerSystem.Run(`tar -xf lib-${buildParameter.buildGuid}.tar -C ./results`);
await CloudRunnerSystem.Run(`tree ./results`);
if (CloudRunnerOptions.cloudRunnerCluster === `local-docker`) {