Skip to content

Commit

Permalink
chore(sage-monorepo): disable pnpm cache in CI workflow to troublesho…
Browse files Browse the repository at this point in the history
…ot error (#2889)
  • Loading branch information
tschaffter authored Oct 9, 2024
1 parent 2b393c9 commit 439f78d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/actions/setup-dev-container/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ description: 'Installs the dev container CLI, fetches caches (if exist), and sta
runs:
using: 'composite'
steps:
- name: Set up pnpm cache
uses: actions/cache@v3
with:
path: '/tmp/.pnpm-store'
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
# - name: Set up pnpm cache
# uses: actions/cache@v3
# with:
# path: '/tmp/.pnpm-store'
# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
# restore-keys: |
# ${{ runner.os }}-pnpm-store-

- name: Set up Renv cache
uses: actions/cache@v3
Expand Down

0 comments on commit 439f78d

Please sign in to comment.