Skip to content

Commit

Permalink
Added store directory step
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaNektt committed May 29, 2024
1 parent 78fb246 commit 3afba8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
version: 8.10.0
run_install: false

- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
name: set up pnpm cache
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
version: 8.10.0
run_install: false

- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
name: set up pnpm cache
with:
Expand Down

0 comments on commit 3afba8b

Please sign in to comment.