extract lib in caching flow

pull/496/head
Frostebite 2023-02-13 15:37:07 +00:00
parent 5e850a4b9b
commit 22936b0af1
1 changed files with 1 additions and 0 deletions

View File

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