From 49653680dc9180b00f77e1a2d75df898ba9f9df4 Mon Sep 17 00:00:00 2001 From: Neel Coffin Date: Mon, 2 Nov 2020 15:43:49 +0100 Subject: [PATCH] fix ident --- .circleci/config.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 702f256..e8a253f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,17 +45,17 @@ jobs: test_e2e: docker: - image: postgres:9.6-jessie - environment: - POSTGRES_USER: psqluser - POSTGRES_DB: psdb - steps: - - run: - command: yarn test:e2e - environment: - DATABASE_URL: postgres://psqluser@localhost:5432/psdb - API_PORT: 3000 - API_HOST: localhost - API_PROTOCOL: http + environment: + POSTGRES_USER: psqluser + POSTGRES_DB: psdb + steps: + - run: + command: yarn test:e2e + environment: + DATABASE_URL: postgres://psqluser@localhost:5432/psdb + API_PORT: 3000 + API_HOST: localhost + API_PROTOCOL: http workflows: build_and_test: jobs: