From ddabd92cd57ae734ca23ff20620d237bb44c7468 Mon Sep 17 00:00:00 2001 From: Neel Coffin Date: Mon, 2 Nov 2020 10:33:28 +0100 Subject: [PATCH] fix workflow --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d3439b7..12c504a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,10 @@ workflows: build_and_test: jobs: - build - - test: + - unit-test: + requires: + - build + - lint: requires: - build @@ -23,7 +26,7 @@ jobs: name: sa ve yarn package cache key: npm-v1-dependencies-{{ checksum "yarn.lock" }} paths: - - ~/.cache/yarn + - ./node_modules lint: <<: *shared-config