Nick Cooke hai 9 meses
pai
achega
599e6f73cf
Modificáronse 2 ficheiros con 5 adicións e 1 borrados
  1. 4 1
      .github/workflows/database.yml
  2. 1 0
      scripts/build.sh

+ 4 - 1
.github/workflows/database.yml

@@ -64,7 +64,10 @@ jobs:
       run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
     - name: IntegrationTest
       # Only iOS to mitigate flakes.
-      run: scripts/third_party/travis/retry.sh scripts/build.sh Database iOS integration
+      run: |
+        which java
+        java --version
+        scripts/build.sh Database iOS integration
 
   # quickstart:
   #   # Don't run on private repo unless it is a PR.

+ 1 - 0
scripts/build.sh

@@ -453,6 +453,7 @@ case "$product-$platform-$method" in
 
   Database-*-integration)
     "${database_emulator}" start
+    cat firebase-database-emulator.log
     trap '"${database_emulator}" stop' ERR EXIT
     pod_gen FirebaseDatabase.podspec --platforms="${gen_platform}"