MTLantoine 6 years ago
parent
commit
870641e674
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -22,7 +22,7 @@ jobs:
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn global add node-gyp && yarn install && yarn lint && yarn format:check
- run: yarn lint && yarn format:check
test:
docker: *shared_docker
@ -31,7 +31,7 @@ jobs:
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn global add node-gyp && yarn install && yarn test:ci
- run: yarn test:ci
workflows:

Loading…
Cancel
Save