From b00db0a1232f46d903a1753dbfba1542bec46457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anthony=20Qu=C3=A9r=C3=A9?= <47711333+Anthony-Jhoiro@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:05:48 +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 6ba22f5..5bec1fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -87,7 +87,7 @@ jobs: - run: name: Run e2e tests environment: - POSTGRES_URL: postgres://postgres:postgres@localhost:5432/psdb + DATABASE_URL: postgres://postgres:postgres@localhost:5432/psdb command: yarn test:e2e