@ -51,7 +51,7 @@ jobs:
paths:
- ./node_modules
db:
- image: cimg/node:14.10.1
- image: circleci/postgres:9.6-alpine
environment:
DATABASE_URL: postgres://$PG_USER@localhost:5432/$PG_DB
JWT_SECRET: yeet
@ -73,6 +73,8 @@ jobs:
e2e:
docker:
steps:
- checkout
- restore_cache: