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 7e26838 commit b833244Copy full SHA for b833244
.github/workflows/android.yml
@@ -29,6 +29,12 @@ jobs:
29
uses: ReactiveCircus/android-emulator-runner@v2.33.0
30
with:
31
api-level: 29
32
+ pre-emulator-launch-script: |
33
+ adb shell settings put global zen_mode 0
34
+ adb shell pm grant com.readrops.app android.permission.POST_NOTIFICATIONS
35
+ adb shell input keyevent KEYCODE_WAKEUP
36
+ adb shell wm dismiss-keyguard
37
+ adb shell input keyevent KEYCODE_MENU
38
script: ./gradlew clean build connectedCheck jacocoFullReport
39
- uses: codecov/codecov-action@v4
40
0 commit comments