[Test]: E2E is failing on macOS and Linux due to already bound port 53. #131
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
type: bug
Bug fix (fix)
type: maintenance
For maintenance, refactor and testing (perf, chore, style, revert, refactor, test, build, ci)
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
The text was updated successfully, but these errors were encountered: