Skip to content

Commit 76884b5

Browse files
committed
dataconnect.yml: compile before doing all the avd stuff
1 parent 6f369a7 commit 76884b5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v3
47+
show-progress: false
4748

4849
- uses: actions/setup-java@v4
4950
with:
@@ -61,6 +62,12 @@ jobs:
6162
javac -version
6263
./gradlew --version
6364
65+
- name: Gradle assembleDebugAndroidTest
66+
set -v
67+
./gradlew \
68+
${{ (inputs.gradleInfoLog && '--info') || '' }} \
69+
:firebase-dataconnect:assembleDebugAndroidTest
70+
6471
- name: Enable KVM group permissions for Android Emulator
6572
run: |
6673
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' \
@@ -98,7 +105,6 @@ jobs:
98105
echo "emulator.postgresConnectionUrl=postgresql://postgres:[email protected]:5432?sslmode=disable" > firebase-dataconnect/dataconnect.local.properties
99106
100107
./gradlew \
101-
--no-daemon \
102108
${{ (inputs.gradleInfoLog && '--info') || '' }} \
103109
:firebase-dataconnect:connectors:runDebugDataConnectEmulator \
104110
2>&1 >dataconnect.emulator.log &

0 commit comments

Comments
 (0)