From f5c2d7177d55c390d0edc23023ca661758975320 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:14:24 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 68fa58c..d53f66f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ workflows: - run: yarn install - save_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - paths: + paths: - node_modules #ça marche jusqu'ici pour l'instant test: docker: @@ -29,5 +29,5 @@ workflows: - run: - restore_cache: key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - paths: + paths: - node_modules \ No newline at end of file