Skip to content

Commit 15a4c9e

Browse files
committed
chore: remove cache from CI
1 parent 0c2812b commit 15a4c9e

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,6 @@ jobs:
2929
- name: Enable Corepack
3030
run: corepack enable
3131

32-
- name: Get pnpm store directory
33-
id: pnpm-cache
34-
shell: bash
35-
run: |
36-
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
37-
38-
- name: Setup pnpm cache
39-
uses: actions/cache@v4
40-
with:
41-
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
42-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
43-
restore-keys: |
44-
${{ runner.os }}-pnpm-store-
45-
4632
- name: Install dependencies
4733
run: pnpm install
4834

@@ -69,20 +55,6 @@ jobs:
6955
- name: Enable Corepack
7056
run: corepack enable
7157

72-
- name: Get pnpm store directory
73-
id: pnpm-cache
74-
shell: bash
75-
run: |
76-
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
77-
78-
- name: Setup pnpm cache
79-
uses: actions/cache@v4
80-
with:
81-
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
82-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
83-
restore-keys: |
84-
${{ runner.os }}-pnpm-store-
85-
8658
- name: Install dependencies
8759
run: pnpm install
8860

@@ -150,20 +122,6 @@ jobs:
150122
- name: Enable Corepack
151123
run: corepack enable
152124

153-
- name: Get pnpm store directory
154-
id: pnpm-cache
155-
shell: bash
156-
run: |
157-
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
158-
159-
- name: Setup pnpm cache
160-
uses: actions/cache@v4
161-
with:
162-
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
163-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
164-
restore-keys: |
165-
${{ runner.os }}-pnpm-store-
166-
167125
- name: Install dependencies
168126
run: pnpm install
169127

0 commit comments

Comments
 (0)