@ -20,7 +20,14 @@ jobs:
- restore_cache:
key: yarn-packages-v2{{ checksum "yarn.lock" }}
- run : yarn lint && yarn format:check
test:
docker:
- image: cimg/node:14.10.1
steps:
- checkout
- run : yarn test:ci
workflows:
build_and_test:
jobs:
@ -28,3 +35,6 @@ workflows:
- check_format:
requires:
- build
- test: