51
51
id : node_modules
52
52
with :
53
53
path : " **/node_modules"
54
- key : node_modules-firestore- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
54
+ key : node_modules-${{ 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
86
86
needs : build
87
87
if : ${{ needs.build.outputs.changed == 'true'}}
88
88
steps :
89
+ - name : install Chrome stable
90
+ run : |
91
+ sudo apt-get update
92
+ sudo apt-get install google-chrome-stable
89
93
- uses : actions/checkout@v4
90
94
- uses : actions/setup-node@v4
91
95
with :
@@ -97,12 +101,8 @@ jobs:
97
101
id : node_modules
98
102
with :
99
103
path : " **/node_modules"
100
- key : node_modules-firestore- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
104
+ key : node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
101
105
- run : yarn install --frozen-lockfile
102
- - name : install Chrome stable
103
- run : |
104
- sudo apt-get update
105
- sudo apt-get install google-chrome-stable
106
106
- name : Download build archive
107
107
uses : actions/download-artifact@v4
108
108
with :
@@ -120,6 +120,10 @@ jobs:
120
120
needs : build
121
121
if : ${{ needs.build.outputs.changed == 'true'}}
122
122
steps :
123
+ - name : install Chrome stable
124
+ run : |
125
+ sudo apt-get update
126
+ sudo apt-get install google-chrome-stable
123
127
- uses : actions/checkout@v4
124
128
- uses : actions/setup-node@v4
125
129
with :
@@ -131,12 +135,8 @@ jobs:
131
135
id : node_modules
132
136
with :
133
137
path : " **/node_modules"
134
- key : node_modules-firestore-firestore- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
138
+ key : node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
135
139
- run : yarn install --frozen-lockfile
136
- - name : install Chrome stable
137
- run : |
138
- sudo apt-get update
139
- sudo apt-get install google-chrome-stable
140
140
- name : Download build archive
141
141
uses : actions/download-artifact@v4
142
142
with :
@@ -156,6 +156,10 @@ jobs:
156
156
needs : build
157
157
if : ${{ github.event_name != 'pull_request' }}
158
158
steps :
159
+ - name : install Chrome stable
160
+ run : |
161
+ sudo apt-get update
162
+ sudo apt-get install google-chrome-stable
159
163
- uses : actions/checkout@v4
160
164
- uses : actions/setup-node@v4
161
165
with :
@@ -167,12 +171,8 @@ jobs:
167
171
id : node_modules
168
172
with :
169
173
path : " **/node_modules"
170
- key : node_modules-firestore- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
174
+ key : node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
171
175
- run : yarn install --frozen-lockfile
172
- - name : install Chrome stable
173
- run : |
174
- sudo apt-get update
175
- sudo apt-get install google-chrome-stable
176
176
- name : Download build archive
177
177
uses : actions/download-artifact@v4
178
178
with :
@@ -212,7 +212,7 @@ jobs:
212
212
id : node_modules
213
213
with :
214
214
path : " **/node_modules"
215
- key : node_modules-firestore- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
215
+ key : node_modules-${{ 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-firestore- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
258
+ key : node_modules-${{ 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-firestore- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
284
+ key : node_modules-${{ 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-firestore- ${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
324
+ key : node_modules-${{ 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