51
51
id : node_modules
52
52
with :
53
53
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') }}
55
55
- run : yarn install --frozen-lockfile
56
56
- run : cp config/ci.config.json config/project.json
57
57
- name : build
97
97
id : node_modules
98
98
with :
99
99
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') }}
101
101
- run : yarn install --frozen-lockfile
102
102
- name : install Chrome stable
103
103
run : |
@@ -131,7 +131,7 @@ jobs:
131
131
id : node_modules
132
132
with :
133
133
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') }}
135
135
- run : yarn install --frozen-lockfile
136
136
- name : install Chrome stable
137
137
run : |
@@ -167,7 +167,7 @@ jobs:
167
167
id : node_modules
168
168
with :
169
169
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') }}
171
171
- run : yarn install --frozen-lockfile
172
172
- name : install Chrome stable
173
173
run : |
@@ -212,7 +212,7 @@ jobs:
212
212
id : node_modules
213
213
with :
214
214
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') }}
216
216
- run : yarn install --frozen-lockfile
217
217
- name : Download build archive
218
218
uses : actions/download-artifact@v4
@@ -255,7 +255,7 @@ jobs:
255
255
id : node_modules
256
256
with :
257
257
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') }}
259
259
- run : yarn install --frozen-lockfile
260
260
- run : cp config/ci.config.json config/project.json
261
261
- name : Run tests
@@ -281,7 +281,7 @@ jobs:
281
281
id : node_modules
282
282
with :
283
283
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') }}
285
285
- run : yarn install --frozen-lockfile
286
286
- name : Download build archive
287
287
uses : actions/download-artifact@v4
@@ -321,7 +321,7 @@ jobs:
321
321
id : node_modules
322
322
with :
323
323
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') }}
325
325
- run : yarn install --frozen-lockfile
326
326
- run : cp config/ci.config.json config/project.json
327
327
- run : npx playwright install webkit
0 commit comments