File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1146,6 +1146,11 @@ jobs:
1146
1146
uses : actions/setup-node@v2
1147
1147
with :
1148
1148
node-version : 14.x
1149
+ - name : Setup java
1150
+ uses : actions/setup-java@v3
1151
+ with :
1152
+ distribution : ' temurin'
1153
+ java-version : ' 17'
1149
1154
- name : Setup Firestore Emulator
1150
1155
if : steps.get-device-type.outputs.device_type == 'virtual' && contains(needs.check_and_prepare.outputs.apis, 'firestore')
1151
1156
run : |
@@ -1251,6 +1256,11 @@ jobs:
1251
1256
uses : actions/setup-node@v2
1252
1257
with :
1253
1258
node-version : 14.x
1259
+ - name : Setup java
1260
+ uses : actions/setup-java@v3
1261
+ with :
1262
+ distribution : ' temurin'
1263
+ java-version : ' 17'
1254
1264
- name : Setup Firestore Emulator
1255
1265
if : steps.get-device-type.outputs.device_type == 'virtual' && contains(needs.check_and_prepare.outputs.apis, 'firestore')
1256
1266
run : |
@@ -1350,6 +1360,11 @@ jobs:
1350
1360
timeout_minutes : 1
1351
1361
max_attempts : 3
1352
1362
command : pip install -r scripts/gha/requirements.txt
1363
+ - name : Setup java
1364
+ uses : actions/setup-java@v3
1365
+ with :
1366
+ distribution : ' temurin'
1367
+ java-version : ' 17'
1353
1368
- name : Setup Firestore Emulator
1354
1369
if : contains(needs.check_and_prepare.outputs.apis, 'firestore')
1355
1370
run : |
You can’t perform that action at this time.
0 commit comments