diff --git a/.circleci/config.yml b/.circleci/config.yml index a7164d0..4772874 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,6 +28,7 @@ jobs: username: anthonyjhoiro password: $DOCKERHUB_PASSWORD steps: + - checkout - restore_cache: keys: - npm-v1-lint-{{ checksum "src" }} @@ -51,9 +52,10 @@ jobs: username: anthonyjhoiro password: $DOCKERHUB_PASSWORD steps: - - run: - name: Unit Tests - command: yarn test:ci + - checkout + - run: + name: Unit Tests + command: yarn test:ci workflows: build-workflow: