diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b602a0efb4c4..129d90984ae76 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,10 +59,6 @@ commands: description: 'Set to true if you intend to any browser (for example with playwright).' steps: - - restore_cache: - name: Restore pnpm cache - keys: - - pnpm-packages-{{ checksum "pnpm-lock.yaml" }} - when: condition: << parameters.browsers >> steps: @@ -95,14 +91,6 @@ commands: - run: name: Install playwright browsers command: npx playwright install --with-deps - - save_cache: - name: Save pnpm package cache - key: pnpm-packages-{{ checksum "pnpm-lock.yaml" }} - paths: - - node_modules - - when: - condition: << parameters.browsers >> - steps: - save_cache: name: Save playwright cache key: v6-playwright-{{ arch }}-{{ checksum "/tmp/playwright_info.json" }}