@ -28,6 +28,7 @@ jobs:
username: anthonyjhoiro
password: $DOCKERHUB_PASSWORD
steps:
- checkout
- restore_cache:
keys:
- npm-v1-lint-{{ checksum "src" }}
@ -51,6 +52,7 @@ jobs:
- run:
name: Unit Tests
command: yarn test:ci