Skip to content

Commit 948d89b

Browse files
committed
CI: fix adb command
1 parent d72f054 commit 948d89b

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
@@ -37,7 +37,7 @@ jobs:
3737
script: |
3838
adb install -r -t app/build/outputs/apk/debug/app-debug.apk
3939
adb shell am start -n com.readrops.app.debug/com.readrops.app.MainActivity
40-
adb shell settings pu t global zen_mode 0
40+
adb shell settings put global zen_mode 0
4141
adb shell pm grant com.readrops.app.debug android.permission.POST_NOTIFICATIONS
4242
adb shell pm grant com.readrops.app android.permission.POST_NOTIFICATIONS
4343
./gradlew connectedCheck jacocoFullReport

0 commit comments

Comments
 (0)