Skip to content

Commit 04b5d8f

Browse files
committed
Merge remote-tracking branch 'origin/main' into SnappyPatchRevert
2 parents a88bcb0 + 5c42ab6 commit 04b5d8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ jobs:
11461146
uses: actions/setup-node@v2
11471147
with:
11481148
node-version: 14.x
1149-
- name: Setup java 17 (for Firestore emulator)
1149+
- name: Setup java 17 for Firestore emulator
11501150
uses: actions/setup-java@v3
11511151
with:
11521152
distribution: 'temurin'
@@ -1156,7 +1156,7 @@ jobs:
11561156
run: |
11571157
npm install -g firebase-tools
11581158
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
11601160
uses: actions/setup-java@v3
11611161
with:
11621162
distribution: 'temurin'
@@ -1261,7 +1261,7 @@ jobs:
12611261
uses: actions/setup-node@v2
12621262
with:
12631263
node-version: 14.x
1264-
- name: Setup java
1264+
- name: Setup java for Firestore emulator
12651265
uses: actions/setup-java@v3
12661266
with:
12671267
distribution: 'temurin'
@@ -1365,7 +1365,7 @@ jobs:
13651365
timeout_minutes: 1
13661366
max_attempts: 3
13671367
command: pip install -r scripts/gha/requirements.txt
1368-
- name: Setup java
1368+
- name: Setup java for Firestore emulator
13691369
uses: actions/setup-java@v3
13701370
with:
13711371
distribution: 'temurin'

0 commit comments

Comments
 (0)