@ -63,16 +63,14 @@ jobs:
- image: circleci/postgres:9.6.2-alpine
environment:
POSTGRES_USER: psqluer
POSTGRES_DB: psdb
POSTGRES_PASSWORD: test
steps:
- checkout
- restore_cache:
key: yarn-packages-v3{{ checksum "yarn.lock" }}
- run:
name: Waiting for POSTGRES
command: dockerize -wait tcp://localhost:5432 -timeout 1m
name: Launching e2e test
command: yarn test:e2e
- save_cache:
paths:
- ./node_modules