Skip to content

Commit 76bddf8

Browse files
committed
work
1 parent 887ff86 commit 76bddf8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/dataconnect.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,13 @@ jobs:
175175
run: |
176176
set -xveuo pipefail
177177
export FIREBASE_DATACONNECT_POSTGRESQL_STRING='postgresql://postgres:[email protected]:5432?sslmode=disable'
178+
export DATACONNECT_EMULATOR_BINARY_PATH="$PWD"/firebase-dataconnect/connectors/build/intermediates/dataconnect/debug/executable/dataconnect-*
178179
cd firebase-dataconnect/emulator
179180
${{ env.FDC_FIREBASE_COMMAND }} emulators:start --only=auth,dataconnect >firebase.emulators.log 2>&1 &
180181
181-
- name: Logcat Log Capture Start
182+
- name: Start Logcat Capture
182183
continue-on-error: true
183-
run: |
184-
set -xveuo pipefail
185-
"$ANDROID_HOME/platform-tools/adb" logcat >logcat.log 2>&1 &
184+
run: "$ANDROID_HOME/platform-tools/adb" logcat >logcat.log 2>&1 &
186185

187186
- name: Gradle connectedCheck
188187
id: connectedCheck

0 commit comments

Comments
 (0)