@ -53,6 +53,11 @@ jobs:
database:
- image: circleci/postgres:9.6-alpine
steps:
- checkout
- restore_cache:
key: yarn-packages-v3{{ checksum "yarn.lock" }}
- run: yarn test:e2e
environment:
POSTGRES_USER: psqluer
POSTGRES_DB: psdb
@ -61,11 +66,6 @@ jobs:
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
- save_cache:
paths: