From 4c7d3bcbcc7c954a9a3d51df12036d9d1190aca2 Mon Sep 17 00:00:00 2001 From: zelleg Date: Sat, 15 Jan 2022 12:07:45 +0100 Subject: [PATCH] =?UTF-8?q?update=20config=20test=20file=20=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d583e14..5e19c3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,7 +49,7 @@ jobs: - run: command: yarn test environment: - DATABASE_URL: postgres://$PG_USER:$PG_PWD@$PG_HOST:5432/$PG_DB + DATABASE_URL: postgres://$PG_USER:$PG_PWD@localhost:5432/$PG_DB back-test-e2e: docker: @@ -67,7 +67,7 @@ jobs: - run: command: yarn test:e2e environment: - DATABASE_URL: postgres://$PG_USER:$PG_PWD@$PG_HOST:5432/$PG_DB + DATABASE_URL: postgres://$PG_USER:$PG_PWD@localhost:5432/$PG_DB docker-build-and-push: working_directory: /dockerapp docker: