From 176c50a8b2f74009c10091f961b81dd876207e3f Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 7 Sep 2023 22:06:03 -0700 Subject: [PATCH] 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 3aeef699a4..a8566093f9 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: