Skip to content

Commit

Permalink
added cache clearing step
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaNektt committed May 28, 2024
1 parent 8c133c2 commit cf36c51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
version: 8.10.0
run_install: false

- name: Clear pnpm store cache
run: pnpm store prune

- name: Install dependencies
run: pnpm install --no-frozen-lockfile

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
version: 8.10.0
run_install: false

- name: Clear pnpm store cache
run: pnpm store prune

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
Expand Down

0 comments on commit cf36c51

Please sign in to comment.