@ -25,22 +25,22 @@ jobs:
key: yarn-packages-v2{{ checksum "yarn.lock" }}
paths:
- ./node_modules
test:
lint:
docker:
- image: cimg/node:12.18
steps:
- checkout
- restore_cache:
- run : yarn test:ci
- run: yarn lint && yarn format:check
e2e: