Skip to content

Commit 1d74f5a

Browse files
committed
fixed typo in running gradle test
1 parent e1b870f commit 1d74f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build with Gradle
2727
run: ./gradlew build
2828
- name: Run Tests
29-
run: ./gradlew app:testDebugUnitTest
29+
run: ./gradlew app:testDemoDebugUnitTest
3030
- name: Generate APK Debug Build with Gradle (Dev)
3131
if: startsWith(github.ref, 'refs/tags/')
3232
run: ./gradlew assembleDevDebug

0 commit comments

Comments
 (0)