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 e1b870f commit 1d74f5aCopy full SHA for 1d74f5a
.github/workflows/android.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build with Gradle
27
run: ./gradlew build
28
- name: Run Tests
29
- run: ./gradlew app:testDebugUnitTest
+ run: ./gradlew app:testDemoDebugUnitTest
30
- name: Generate APK Debug Build with Gradle (Dev)
31
if: startsWith(github.ref, 'refs/tags/')
32
run: ./gradlew assembleDevDebug
0 commit comments