@ -40,6 +40,10 @@ jobs:
- restore_cache:
key: yarn-packages-v2{{ checksum "yarn.lock" }}
- run:
name: Waiting for POSTGRES
command: dockerize -wait tcp://localhost:5432 -timeout 1m
name: Launching e2e test
command: yarn test:e2e
environment:
DATABASE_URL: "postgres://e2e@localhost:5432/psdb"