diff --git a/.circleci/config.yml b/.circleci/config.yml index 5d071ad..43ccb56 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,6 @@ jobs: steps: - checkout - restore_cache: - name: Restore Yarn Package Cache key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - run : yarn lint && yarn format:check test: @@ -39,6 +38,5 @@ jobs: steps: - checkout - restore_cache: - name: Restore Yarn Package Cache key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - run : yarn test:ci \ No newline at end of file