From e989988312c531e54cdf5bdd1682358085fe9f44 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Mon, 2 Nov 2020 10:29:26 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e750af9..a643542 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,8 +4,8 @@ workflows: jobs: - build - test: - requires: - - build + requires: + - build jobs: build: docker: @@ -31,8 +31,4 @@ jobs: - save_cache: key: yarn-packages-{{ checksum "yarn.lock" }} paths: - - ./node_modules - - - - \ No newline at end of file + - ./node_modules \ No newline at end of file