Skip to content

Commit 43c2785

Browse files
committed
dataconnect.yml: oops, forgot to fork adb logcat using '&'
1 parent 4f8d31f commit 43c2785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
${{ env.FDC_FIREBASE_COMMAND }} emulators:start --only=auth >firebase.emulator.auth.log 2>&1 &
176176
177177
- name: Capture Logcat Logs
178-
run: adb logcat >logcat.log
178+
run: adb logcat >logcat.log &
179179

180180
- name: Gradle connectedCheck
181181
id: connectedCheck

0 commit comments

Comments
 (0)