@ -3,6 +3,12 @@ jobs:
build:
docker:
- image: cimg/node:14.10.1
- image: circleci/postgres:latest
environment:
POSTGRES_USER: e2e
POSTGRES_DB: psdb
POSTGRES_PASSWORD: password
steps:
- checkout
- restore_cache:
@ -31,11 +37,6 @@ jobs:
test_e2e: