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 6547231 commit fafc510Copy full SHA for fafc510
.github/workflows/build_and_test.yml
@@ -121,16 +121,18 @@ jobs:
121
- name: Grant execute permission for gradlew
122
run: chmod +x gradlew
123
124
+ - name: Build
125
+ run: ./gradlew assembleDebug assembleDebugAndroidTest
126
+
127
- name: Build projects and run instrumentation tests
128
uses: reactivecircus/android-emulator-runner@v2
129
with:
130
api-level: ${{ matrix.api-level }}
131
arch: x86_64
132
disable-animations: true
- cores: 4
133
disk-size: 6000M
134
heap-size: 600M
- script: ./gradlew connectedDebugAndroidTest --info
135
+ script: ./gradlew connectedDebugAndroidTest
136
137
138
- name: Upload test reports
0 commit comments