File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 6060 java-version : ${{ env.FDC_JAVA_VERSION }}
6161 distribution : temurin
6262
63- - uses : actions/setup-node@v3
63+ - uses : actions/setup-node@v4
6464 with :
6565 node-version : ${{ env.FDC_NODEJS_VERSION }}
6666
@@ -165,13 +165,13 @@ jobs:
165165 ./gradlew \
166166 ${{ (inputs.gradleInfoLog && '--info') || '' }} \
167167 :firebase-dataconnect:connectors:runDebugDataConnectEmulator \
168- 2>&1 > firebase.emulator.dataconnect.log &
168+ > firebase.emulator.dataconnect.log 2>&1 &
169169
170170 - name : Firebase Auth Emulator
171171 run : |
172172 set -x
173173 cd firebase-dataconnect/emulator
174- ${{ env.FDC_FIREBASE_COMMAND }} emulators:start --only=auth 2>&1 > firebase.emulator.auth.log &
174+ ${{ env.FDC_FIREBASE_COMMAND }} emulators:start --only=auth > firebase.emulator.auth.log 2>&1 &
175175
176176 - name : Gradle connectedCheck
177177 uses : reactivecircus/android-emulator-runner@v2
@@ -196,3 +196,10 @@ jobs:
196196 path : " **/*.log"
197197 if-no-files-found : warn
198198 compression-level : 9
199+
200+ actionlint_dataconnect_yml :
201+ continue-on-error : false
202+ runs-on : ubuntu-latest
203+ steps :
204+ - run : brew install actionlint
205+ - run : actionlint .github/workflows/dataconnect.yml
You can’t perform that action at this time.
0 commit comments