We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6849212 commit e8ab235Copy full SHA for e8ab235
.github/workflows/dataconnect.yml
@@ -164,7 +164,7 @@ jobs:
164
./gradlew \
165
${{ (inputs.gradleInfoLog && '--info') || '' }} \
166
:firebase-dataconnect:connectors:runDebugDataConnectEmulator \
167
- >firebase.emulator.dataconnect.log 2>&1 &
+ 2>&1 >firebase.emulator.dataconnect.log &
168
169
- name: Firebase Auth Emulator
170
run: |
0 commit comments