@ -51,14 +51,8 @@ jobs:
paths:
- ./node_modules
db:
docker:
- image: circleci/postgres:9.6-alpine
environment:
DATABASE_URL: postgres://$PG_USER@localhost:5432/$PG_DB
JWT_SECRET: yeet
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
- image:
PG_USER: circleci-demo-go
PG_DB: circle_test
@ -75,6 +69,12 @@ jobs:
e2e:
- image: cimg/node:14.10.1
steps:
- checkout
- restore_cache: