From 669d2192f2fb617eb41d45d37858be716c88875f Mon Sep 17 00:00:00 2001 From: Zelleg Date: Wed, 13 Oct 2021 20:04:40 +0200 Subject: [PATCH] update --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 13bfa7f..f46ff5d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: - run: name: yarn e2e test environment: - DATABASE_URL: postgres://postgres:postgres@localhost:5432/psdb + DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb command: yarn test:e2e workflows: