fix push to cache

pull/419/head
Frostebite 2022-09-03 04:07:30 +01:00
parent 2b8de3c70d
commit 3566d18112
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ describe('Cloud Runner', () => {
CloudRunnerLogger.log(`run 2 succeeded`);
expect(results2).toContain(buildSucceededString);
expect(results2).not.toContain('There is 0 files/dir in the cache pulled contents for Library');
expect(results2).not.toContain(libraryString);
}, 1000000);
}