Skip to content

Commit bee5612

Browse files
committed
dataconnect.yml: FST -> FDC
1 parent acb8586 commit bee5612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dataconnect.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
./gradlew --version
8383
which node
8484
node --version
85-
${{ env.FST_FIREBASE_COMMAND }} --version
85+
${{ env.FDC_FIREBASE_COMMAND }} --version
8686
./gradlew --version
8787
8888
- name: Gradle assembleDebugAndroidTest
@@ -141,7 +141,7 @@ jobs:
141141
run: |
142142
set -x
143143
cd firebase-dataconnect/emulator
144-
${{ env.FST_FIREBASE_COMMAND }} emulators:start --only=auth &
144+
${{ env.FDC_FIREBASE_COMMAND }} emulators:start --only=auth &
145145
146146
- name: Gradle connectedCheck
147147
uses: reactivecircus/android-emulator-runner@v2

0 commit comments

Comments
 (0)