Browse Source

e2e test

circleci-project-setup
Louis Dutoit 6 years ago
parent
commit
124205fa9a
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -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:

Loading…
Cancel
Save