Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
6fe3ea7e08
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -67,8 +67,7 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
keys: keys:
- npm-v2-dependencies-{{ checksum "yarn.lock" }}
- npm-v2-dependencies-
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: - run:
name: "yarn test" name: "yarn test"
command: yarn test:e2e command: yarn test:e2e

Loading…
Cancel
Save