From 17f9779c7209259399b92c2b04b5f0757cf0cf4b Mon Sep 17 00:00:00 2001 From: alxshelepenok Date: Sun, 11 Nov 2018 15:14:34 +0300 Subject: [PATCH] Fix cicleci config --- .circleci/config.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f1cbf5..568fd98 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,28 +12,22 @@ jobs: - dependencies-{{ checksum "yarn.lock" }} # fallback to using the latest cache if no exact match is found - dependencies- - - run: name: Install and build package command: yarn install --frozen-lockfile - - - run: + - run: name: "Lint" command: yarn lint:all - - run: name: Coverage command: yarn test:coverage --runInBand --no-cache - - run: name: Unit tests command: yarn test --runInBand --no-cache - - save_cache: paths: - node_modules key: dependencies-{{ checksum "yarn.lock" }} - workflows: version: 2 build_test: