Skip to content

Commit 12f2eea

Browse files
committed
Disable pnpm cache in default workflow
1 parent 922e605 commit 12f2eea

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/default_workflow.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ jobs:
3434
with:
3535
run_install: false
3636

37-
- name: Get pnpm store directory
38-
shell: bash
39-
run: |
40-
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
41-
42-
- uses: actions/cache@v4
43-
name: Setup pnpm cache
44-
with:
45-
path: |
46-
${{ env.STORE_PATH }}
47-
.nx/cache
48-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
49-
restore-keys: |
50-
${{ runner.os }}-pnpm-store
37+
# - name: Get pnpm store directory
38+
# shell: bash
39+
# run: |
40+
# echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
41+
#
42+
# - uses: actions/cache@v4
43+
# name: Setup pnpm cache
44+
# with:
45+
# path: |
46+
# ${{ env.STORE_PATH }}
47+
# .nx/cache
48+
# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
49+
# restore-keys: |
50+
# ${{ runner.os }}-pnpm-store
5151

5252
- name: Install dependencies
5353
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)