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

8
.circleci/config.yml

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

Loading…
Cancel
Save