MTLantoine 6 years ago
parent
commit
d11b02c1ed
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -29,8 +29,7 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }} - npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run:
yarn global add node-gyp && yarn install && yarn test:ci
- run: yarn global add node-gyp && yarn install && yarn test:ci
# e2e_test: # e2e_test:
# docker: # docker:
@ -39,7 +38,7 @@ jobs:
# steps: # steps:
# - checkout # - checkout
# - run: # - run:
# command: yarn
# command: yarn
workflows: workflows:
version: 2 version: 2

Loading…
Cancel
Save