1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-05-08 06:29:30 +02:00

src: join and leave tailnet on start and cleanup of builder

This commit is contained in:
Aditya Maru 2024-12-31 15:45:11 +04:00
parent 8b07a60ec3
commit aa6b213b0b
4 changed files with 36 additions and 4 deletions

View file

@ -111,7 +111,6 @@ describe('startBlacksmithBuilder', () => {
exposeId: mockExposeId
});
expect(setupBuilder.startAndConfigureBuildkitd).toHaveBeenCalledWith(mockParallelism);
expect(core.warning).not.toHaveBeenCalled();
expect(reporter.reportBuildPushActionFailure).not.toHaveBeenCalled();
});