Has anyone successfully run a Prisma cluster in Ci...
# orm-help
l
Has anyone successfully run a Prisma cluster in Circle CI 2.0? I want to clone my Yoga/Prisma app, and run our E2E tests against a service in CI. In my Circle
config.yml
, I'm running
docker-compose up -d
which begins building. It then seems to hang on:
Creating repo_prisma-database_1 ...
. When
prisma deploy
runs in a following step, the error is:
Could not connect to cluster local. Please use docker-compose up -d to start your local Prisma cluster.
Are there any example
config.yml
files showing how to get this running?
s
Not sure if that document in particular will be of any use, but perhaps @siyfion can provide more insight