From 7f1f0cea446cf45757247a58e5dc435c468ec153 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 14 Sep 2023 15:12:58 -0700 Subject: [PATCH] ci: disable node_modules cache (#3341) disable cache test --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3aeef699a..a8566093f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,8 @@ commands: yarn build run-fast-tests: steps: - - node/install-packages + - node/install-packages: + with-cache: false - attach_workspace: at: . - run: @@ -34,7 +35,8 @@ commands: run-slow-tests: steps: - - node/install-packages + - node/install-packages: + with-cache: false - attach_workspace: at: . - run: