Hi,
I’m trying to run Jest tests during CI.
The tests need to access a docker container that I spin up using the docker-compose command.
This is the error I get:
FetchError: request to http://127.0.0.1:8080/v1/graphql failed, reason: connect ECONNREFUSED 127.0.0.1:8080
Any idea if I need to use a different IP or set the docker container under this fixed IP?