Skip to content

Commit 35f460a

Browse files
committed
Apply to all
1 parent 0fe2dd1 commit 35f460a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test-changed-firestore.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: node_modules
5252
with:
5353
path: "**/node_modules"
54-
key: node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
54+
key: node_modules-firestore-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
5555
- run: yarn install --frozen-lockfile
5656
- run: cp config/ci.config.json config/project.json
5757
- name: build
@@ -97,7 +97,7 @@ jobs:
9797
id: node_modules
9898
with:
9999
path: "**/node_modules"
100-
key: node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
100+
key: node_modules-firestore-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
101101
- run: yarn install --frozen-lockfile
102102
- name: install Chrome stable
103103
run: |
@@ -131,7 +131,7 @@ jobs:
131131
id: node_modules
132132
with:
133133
path: "**/node_modules"
134-
key: node_modules-firestore-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
134+
key: node_modules-firestore-firestore-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
135135
- run: yarn install --frozen-lockfile
136136
- name: install Chrome stable
137137
run: |
@@ -167,7 +167,7 @@ jobs:
167167
id: node_modules
168168
with:
169169
path: "**/node_modules"
170-
key: node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
170+
key: node_modules-firestore-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
171171
- run: yarn install --frozen-lockfile
172172
- name: install Chrome stable
173173
run: |
@@ -212,7 +212,7 @@ jobs:
212212
id: node_modules
213213
with:
214214
path: "**/node_modules"
215-
key: node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
215+
key: node_modules-firestore-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
216216
- run: yarn install --frozen-lockfile
217217
- name: Download build archive
218218
uses: actions/download-artifact@v4
@@ -255,7 +255,7 @@ jobs:
255255
id: node_modules
256256
with:
257257
path: "**/node_modules"
258-
key: node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
258+
key: node_modules-firestore-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
259259
- run: yarn install --frozen-lockfile
260260
- run: cp config/ci.config.json config/project.json
261261
- name: Run tests
@@ -281,7 +281,7 @@ jobs:
281281
id: node_modules
282282
with:
283283
path: "**/node_modules"
284-
key: node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
284+
key: node_modules-firestore-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
285285
- run: yarn install --frozen-lockfile
286286
- name: Download build archive
287287
uses: actions/download-artifact@v4
@@ -321,7 +321,7 @@ jobs:
321321
id: node_modules
322322
with:
323323
path: "**/node_modules"
324-
key: node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
324+
key: node_modules-firestore-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
325325
- run: yarn install --frozen-lockfile
326326
- run: cp config/ci.config.json config/project.json
327327
- run: npx playwright install webkit

0 commit comments

Comments
 (0)