Browse Source

Update config.yml

main
Francois Lannoy 6 years ago
parent
commit
25f4efb05f
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -60,7 +60,7 @@ jobs:
step: step:
- checkout - checkout
- restore_cache: - restore_cache:
key: yarn-packages-v2{{ checksum "yarn.lock" }}
key: yarn-packages-v2{{ checksum "yarn.lock" }}
- run: dockerize -wait tcp://localhost:5432 -timeout 1m - run: dockerize -wait tcp://localhost:5432 -timeout 1m
- run: yarn test:e2e - run: yarn test:e2e
Loading…
Cancel
Save