diff --git a/.circleci/config.yml b/.circleci/config.yml index c06b5e2..96891ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,13 +36,18 @@ jobs: e2etest: docker: - image: cimg/node:12.18.4 - - image: circleci/postgres:9.6.2-alpine environment: - DATABASE_URL: postgres://antoine_mortelier:psqlpassword@localhost:5432/psdb + DATABASE_URL: postgres://antoine_mortelier:pwd@localhost:5432/psdb JWT_SECRET: some string yo want API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http + - image: circleci/postgres:9.6.2-alpine + environment: + POSTGRES_USER: antoine_mortelier + POSTGRES_DB: psdb + POSTGRES_PASSWORD: pwd + steps: - checkout - restore_cache: