Which jobs/test(s) are failing
Reason for failure/description
These workflows try to run docker-compose project on host GitHub Runner, or in container, which also shares same network with host GitHub Runner.
As GitHub runners, by default, uses port 53 for it's internal needs, these two workflows will always fail.
Media prove
No response
Additional context
No response
Which jobs/test(s) are failing
https://github.com/wayofdev/docker-shared-services/blob/master/.github/workflows/e2e-macos.yml
https://github.com/wayofdev/docker-shared-services/blob/master/.github/workflows/e2e-ubuntu.yml
Reason for failure/description
These workflows try to run docker-compose project on host GitHub Runner, or in container, which also shares same network with host GitHub Runner.
As GitHub runners, by default, uses port 53 for it's internal needs, these two workflows will always fail.
Media prove
No response
Additional context
No response