Github action to wait for a service to listen on a particular port
Required The hostname of the service to test.
Required The port of the service to test.
Required How long to wait in seconds for the host:port to respond. Zero for no timeout
status code
uses: vouched/action-wait-for-it with: host: localhost port: 8000 timeout: 60