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:
parent
8b07a60ec3
commit
aa6b213b0b
4 changed files with 36 additions and 4 deletions
|
@ -111,7 +111,6 @@ describe('startBlacksmithBuilder', () => {
|
|||
exposeId: mockExposeId
|
||||
});
|
||||
expect(setupBuilder.startAndConfigureBuildkitd).toHaveBeenCalledWith(mockParallelism);
|
||||
expect(core.warning).not.toHaveBeenCalled();
|
||||
expect(reporter.reportBuildPushActionFailure).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue