Cannot reach host.docker.internal in Github Actions
My integration tests using the TestContainers package run just fine locally on macOS. However, they don’t succeed in GitHub Actions, because host.docker.internal isn’t available there.
My integration tests using the TestContainers package run just fine locally on macOS. However, they don’t succeed in GitHub Actions, because host.docker.internal isn’t available there.