Expose ports on a GithHub Docker Action
Problem I’ve been trying to setup a SurrealDB container within my test job in GitHub Actions. The step I am currently struggling with is that I can’t find a way to expose the ports on my surreal-db custom docker action. Previously, I have also tried using a service container (my understanding is that the service […]