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

4
.circleci/config.yml

@ -14,9 +14,13 @@ jobs:
- npm-v1-dependencies-{{ checksum "yarn.lock" }} - npm-v1-dependencies-{{ checksum "yarn.lock" }}
lint: lint:
docker: *shared_docker
steps:
- run: yarn lint && yarn format:check - run: yarn lint && yarn format:check
test: test:
docker: *shared_docker
steps:
- run: yarn test:ci - run: yarn test:ci
workflows: workflows:

Loading…
Cancel
Save