Skip to content

Commit 599e6f7

Browse files
authored
debugging
1 parent e6af0d9 commit 599e6f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/database.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ jobs:
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.

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)