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. What's an alternative? I've tried the Docker Host IP address, which is 172.17.0.1. However, this…