There was an error while loading. Please reload this page.
1 parent 5a279b2 commit f8bf2afCopy full SHA for f8bf2af
1 file changed
.github/workflows/system_emulated.yml
@@ -19,6 +19,13 @@ jobs:
19
with:
20
python-version: '3.7'
21
22
+ # firestore emulator requires java 21+
23
+ - name: Setup Java
24
+ uses: actions/setup-java@v4
25
+ with:
26
+ distribution: temurin
27
+ java-version: '21'
28
+
29
- name: Setup GCloud SDK
30
uses: google-github-actions/setup-gcloud@v2.1.1
31
0 commit comments