@ -10,6 +10,8 @@ workflows:
requires:
- build
- e2e:
jobs:
build:
docker:
@ -49,13 +51,7 @@ jobs:
- ./node_modules
e2e:
- image: cimg/node:14.10.1
- image: circleci/postgres:alpine
environment:
POSTGRES_USER: circleci-demo-go
POSTGRES_DB: circle_test
POSTGRES_PASSWORD: toto
steps:
- checkout
- restore_cache: