fix push to cache

pull/419/head
Frostebite 2022-09-03 22:14:11 +01:00
parent a007febd8e
commit 68af2a4aa3
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ describe('Cloud Runner', () => {
cacheKey: `test-case-${uuidv4()}`,
};
const buildParameter = await CreateParameters(overrides);
expect(buildParameter.projectPath).toEqual(overrides.projectPath);
const baseImage = new ImageTag(buildParameter);
const results = await CloudRunner.run(buildParameter, baseImage.toString());
const libraryString = 'Rebuilding Library because the asset database could not be found!';