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 acb8586 commit bee5612Copy full SHA for bee5612
.github/workflows/dataconnect.yml
@@ -82,7 +82,7 @@ jobs:
82
./gradlew --version
83
which node
84
node --version
85
- ${{ env.FST_FIREBASE_COMMAND }} --version
+ ${{ env.FDC_FIREBASE_COMMAND }} --version
86
87
88
- name: Gradle assembleDebugAndroidTest
@@ -141,7 +141,7 @@ jobs:
141
run: |
142
set -x
143
cd firebase-dataconnect/emulator
144
- ${{ env.FST_FIREBASE_COMMAND }} emulators:start --only=auth &
+ ${{ env.FDC_FIREBASE_COMMAND }} emulators:start --only=auth &
145
146
- name: Gradle connectedCheck
147
uses: reactivecircus/android-emulator-runner@v2
0 commit comments