From 463f810e5184774da6a3b92600d237deb863e8b8 Mon Sep 17 00:00:00 2001 From: Adrien-Ba <45963338+Adrien-Ba@users.noreply.github.com> Date: Tue, 12 Oct 2021 13:33:37 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 731724a..7b4703a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,10 +57,6 @@ jobs: - run: name: "yarn test" command: yarn test - - save_cache: - key: npm-v1-dependencies-{{ checksum "yarn.lock" }} - paths: - - node_modules bddtest: docker: - image: cimg/node:lts