@ -51,9 +51,11 @@ jobs:
POSTGRES_PASSWORD: password
steps:
- checkout
- run: yarn global add node-gyp && yarn install
- restore_cache:
keys:
- npm-v6-dependencies-{{ checksum "yarn.lock" }}
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn test:e2e
workflows: