Push to steam test

This commit is contained in:
Frostebite 2023-08-19 22:13:54 +01:00
parent b489bd595c
commit c5580f8a34

View File

@ -41,6 +41,7 @@ describe('Cloud Runner Kubernetes', () => {
const buildSucceededString = 'Build succeeded';
expect(results).toContain('Collected Logs');
expect(results).toContain('LOGHASH');
expect(results).toContain(libraryString);
expect(results).toContain(buildSucceededString);
expect(results).not.toContain(cachePushFail);