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: