docker-postgres-plv8
docker-postgres-plv8 copied to clipboard
Allow unauthenticated connexion in CI without failing test
Previous CI fails because container was unreachable
Look like not setting POSTGRES_PASSWORD
is the root cause
As soon as I introduced environment variable POSTGRES_HOST_AUTH_METHOD
, CI went green