From b1abd22b819eaa2f30bb25dd83a0d5d4ee57123a Mon Sep 17 00:00:00 2001 From: Neel Coffin Date: Mon, 2 Nov 2020 15:45:04 +0100 Subject: [PATCH] fix ident --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e8a253f..ca76ade 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -46,8 +46,8 @@ jobs: docker: - image: postgres:9.6-jessie environment: - POSTGRES_USER: psqluser - POSTGRES_DB: psdb + POSTGRES_USER: psqluser + POSTGRES_DB: psdb steps: - run: command: yarn test:e2e