Skip to content

Commit b5efdfd

Browse files
committed
chore: update the dependency cache key
1 parent c8f52a1 commit b5efdfd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
apps/*/node_modules
4040
packages/*/node_modules
4141
~/.cache/ms-playwright
42-
key: ${{ runner.os }}-deps-${{ hashFiles('pnpm-lock.yaml') }}
42+
key: ${{ runner.os }}-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
4343
- name: Install dependencies
4444
if: steps.dependencies-cache.outputs.cache-hit != 'true'
4545
run: pnpm install
@@ -69,7 +69,7 @@ jobs:
6969
apps/*/node_modules
7070
packages/*/node_modules
7171
~/.cache/ms-playwright
72-
key: ${{ runner.os }}-deps-${{ hashFiles('pnpm-lock.yaml') }}
72+
key: ${{ runner.os }}-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
7373
- name: Cache build outputs
7474
id: build-cache
7575
uses: actions/cache@v4
@@ -104,7 +104,7 @@ jobs:
104104
apps/*/node_modules
105105
packages/*/node_modules
106106
~/.cache/ms-playwright
107-
key: ${{ runner.os }}-deps-${{ hashFiles('pnpm-lock.yaml') }}
107+
key: ${{ runner.os }}-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
108108
- name: Run linting
109109
run: pnpm run lint
110110

@@ -130,7 +130,7 @@ jobs:
130130
apps/*/node_modules
131131
packages/*/node_modules
132132
~/.cache/ms-playwright
133-
key: ${{ runner.os }}-deps-${{ hashFiles('pnpm-lock.yaml') }}
133+
key: ${{ runner.os }}-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
134134
- name: Restore build outputs
135135
uses: actions/cache@v4
136136
with:
@@ -166,7 +166,7 @@ jobs:
166166
apps/*/node_modules
167167
packages/*/node_modules
168168
~/.cache/ms-playwright
169-
key: ${{ runner.os }}-deps-${{ hashFiles('pnpm-lock.yaml') }}
169+
key: ${{ runner.os }}-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
170170
- name: Restore build outputs
171171
uses: actions/cache@v4
172172
with:
@@ -202,7 +202,7 @@ jobs:
202202
apps/*/node_modules
203203
packages/*/node_modules
204204
~/.cache/ms-playwright
205-
key: ${{ runner.os }}-deps-${{ hashFiles('pnpm-lock.yaml') }}
205+
key: ${{ runner.os }}-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
206206
- name: Restore build outputs
207207
uses: actions/cache@v4
208208
with:

0 commit comments

Comments
 (0)