File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -175,14 +175,13 @@ jobs:
175
175
run : |
176
176
set -xveuo pipefail
177
177
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-*
178
179
cd firebase-dataconnect/emulator
179
180
${{ env.FDC_FIREBASE_COMMAND }} emulators:start --only=auth,dataconnect >firebase.emulators.log 2>&1 &
180
181
181
- - name : Logcat Log Capture Start
182
+ - name : Start Logcat Capture
182
183
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 &
186
185
187
186
- name : Gradle connectedCheck
188
187
id : connectedCheck
You can’t perform that action at this time.
0 commit comments