@ -4,7 +4,10 @@ jobs:
machine:
image: ubuntu-2004:202010-01
steps:
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- checkout
- run:
name: "Testing"
command: echo "Hello World"
command: yarn install