Skip to content

Commit

Permalink
Omit pnpm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Apr 24, 2024
1 parent ef331f7 commit 14701d9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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" }}
Expand Down

0 comments on commit 14701d9

Please sign in to comment.