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 POSTGRES_PASSWORD: password
steps: steps:
- checkout - checkout
- run: yarn global add node-gyp && yarn install
- restore_cache: - restore_cache:
keys: keys:
- npm-v6-dependencies-{{ checksum "yarn.lock" }}
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn test:e2e - run: yarn test:e2e
workflows: workflows:

Loading…
Cancel
Save