Push to steam test
parent
b489bd595c
commit
c5580f8a34
|
@ -41,6 +41,7 @@ describe('Cloud Runner Kubernetes', () => {
|
||||||
const buildSucceededString = 'Build succeeded';
|
const buildSucceededString = 'Build succeeded';
|
||||||
|
|
||||||
expect(results).toContain('Collected Logs');
|
expect(results).toContain('Collected Logs');
|
||||||
|
expect(results).toContain('LOGHASH');
|
||||||
expect(results).toContain(libraryString);
|
expect(results).toContain(libraryString);
|
||||||
expect(results).toContain(buildSucceededString);
|
expect(results).toContain(buildSucceededString);
|
||||||
expect(results).not.toContain(cachePushFail);
|
expect(results).not.toContain(cachePushFail);
|
||||||
|
|
Loading…
Reference in New Issue