@ -45,13 +45,15 @@ jobs:
paths:
- ./node_modules
test_e2e:
database:
docker:
- image: postgres:9.6-jessie
- image: circleci/postgres:9.6.2-alpine
environment:
POSTGRES_USER: e2e
POSTGRES_USER: psqluser
POSTGRES_PASSWORD: psqlpassword
POSTGRES_DB: psdb
steps:
- checkout
- run:
command: yarn test:e2e