From 0e93e82ace1fff6b38b683b8b661d557e7348c8e Mon Sep 17 00:00:00 2001 From: ndrg13 <72130242+ndrg13@users.noreply.github.com> Date: Thu, 5 Nov 2020 19:19:43 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c1158dc..f5629ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,12 +17,12 @@ executors: username: $DOCKERHUB_LOGIN password: $DOCKERHUB_PASSWORD environment: - DATABASE_URL: "postgres://psqluser@localhost:5432/psdb" + DATABASE_URL: "postgres://postgres@localhost:5432/psdb" JWT_SECRET: string API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http - POSTGRES_USER: psqluser + POSTGRES_USER: postgres POSTGRES_PASSWORD: password POSTGRES_DB: psdb jobs: @@ -60,7 +60,6 @@ jobs: command: yarn test:ci test_end_to_end: executor: node-and-postgresql-executor - steps: - checkout - restore_cache: