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:
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
You can’t perform that action at this time.
0 commit comments