From b60820806d21463072e9d6ba69c029280fa95179 Mon Sep 17 00:00:00 2001 From: Adrien-Ba <45963338+Adrien-Ba@users.noreply.github.com> Date: Mon, 11 Oct 2021 10:59:57 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1f4a9d5..02a4ce3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,7 +68,7 @@ jobs: username: adrienba password: $MYDOCKERHUB_PASSWORD environment: - TEST_DATABASE_URL: postgresql://root@localhost/circle_test + DATABASE_URL: postgresql://root@localhost/circle_test - image: circleci/postgres:9.6.5-alpine-ram auth: username: adrienba