From c736501c63294e249392a5c4576822a92826a870 Mon Sep 17 00:00:00 2001 From: sipe-daniel Date: Thu, 5 Nov 2020 17:32:44 +0100 Subject: [PATCH] fix(config.yml): ERROR IN CONFIG FILE* schema violations found --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) 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