File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1146,7 +1146,7 @@ jobs:
1146
1146
uses : actions/setup-node@v2
1147
1147
with :
1148
1148
node-version : 14.x
1149
- - name : Setup java 17 ( for Firestore emulator)
1149
+ - name : Setup java 17 for Firestore emulator
1150
1150
uses : actions/setup-java@v3
1151
1151
with :
1152
1152
distribution : ' temurin'
@@ -1156,7 +1156,7 @@ jobs:
1156
1156
run : |
1157
1157
npm install -g firebase-tools
1158
1158
firebase emulators:start --only firestore --project demo-example &
1159
- - name : Setup java 8 ( for running the tests)
1159
+ - name : Setup java 8 for test_simulator.py
1160
1160
uses : actions/setup-java@v3
1161
1161
with :
1162
1162
distribution : ' temurin'
@@ -1261,7 +1261,7 @@ jobs:
1261
1261
uses : actions/setup-node@v2
1262
1262
with :
1263
1263
node-version : 14.x
1264
- - name : Setup java
1264
+ - name : Setup java for Firestore emulator
1265
1265
uses : actions/setup-java@v3
1266
1266
with :
1267
1267
distribution : ' temurin'
@@ -1365,7 +1365,7 @@ jobs:
1365
1365
timeout_minutes : 1
1366
1366
max_attempts : 3
1367
1367
command : pip install -r scripts/gha/requirements.txt
1368
- - name : Setup java
1368
+ - name : Setup java for Firestore emulator
1369
1369
uses : actions/setup-java@v3
1370
1370
with :
1371
1371
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments