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

4
.circleci/config.yml

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

Loading…
Cancel
Save