From c4ee7b45a3f834c5c31097d44a4a514aec9d7edb Mon Sep 17 00:00:00 2001 From: HenriBoulnois <72384047+HenriBoulnois@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:08:11 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ad1759..701210a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,12 +58,12 @@ jobs: auth: username: henriboulnois password: $DOCKERHUB_PASSWORD + environment: + DATABASE_URL: postgres://test:test@localhost:5432/psdb - image: circleci/postgres:9.6.5-alpine-ram auth: username: mydockerhub-user password: $DOCKERHUB_PASSWORD - environment: - TEST_DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb steps: - checkout - restore_cache: