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" }}