@ -58,6 +58,16 @@ jobs:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn lint && yarn format:check
test:
docker: *docker
steps:
- checkout
- restore_cache:
keys:
- run: yarn test:ci
workflows:
version: 2
build-and-test:
@ -66,3 +76,6 @@ workflows:
- lint:
requires:
- build
- test: