File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6464 run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
6565 - name : IntegrationTest
6666 # Only iOS to mitigate flakes.
67- run : scripts/third_party/travis/retry.sh scripts/build.sh Database iOS integration
67+ run : |
68+ which java
69+ java --version
70+ scripts/build.sh Database iOS integration
6871
6972 # quickstart:
7073 # # Don't run on private repo unless it is a PR.
Original file line number Diff line number Diff line change @@ -453,6 +453,7 @@ case "$product-$platform-$method" in
453453
454454 Database-* -integration)
455455 " ${database_emulator} " start
456+ cat firebase-database-emulator.log
456457 trap ' "${database_emulator}" stop' ERR EXIT
457458 pod_gen FirebaseDatabase.podspec --platforms=" ${gen_platform} "
458459
You can’t perform that action at this time.
0 commit comments