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 c8b7766 commit da39abbCopy full SHA for da39abb
.github/workflows/AndroidCIWithGmd.yaml
@@ -24,6 +24,9 @@ jobs:
24
- name: Setup Android SDK
25
uses: android-actions/setup-android@v2
26
27
+ - name: Build AndroidTest apps
28
+ run: ./gradlew packageDemoDebug packageDemoDebugAndroidTest
29
+
30
- name: Run instrumented tests with GMD
31
run: ./gradlew cleanManagedDevices --unused-only &&
32
./gradlew ${{ matrix.device-config }}DemoDebugAndroidTest -Dorg.gradle.workers.max=1
0 commit comments