From 7fe547f2ebb9b1f883306254c31aacefbb09e37a Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:10:22 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d51654a..e8f3471 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: username: $AUTH_DOCKER password: $PSW_DOCKER # context / project UI env-var reference environment: - TEST_DATABASE_URL: $DATABASE_URL + POSTGRES_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb # Service container image @@ -33,7 +33,6 @@ jobs: steps: - checkout # check out the code in the project directory - - run: install postgresql-client-9.6 - run: yarn install - save_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }}