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 814dd79 commit 0c975bbCopy full SHA for 0c975bb
.github/workflows/android.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run instrumented tests in emulator
33
uses: ReactiveCircus/android-emulator-runner@v2.33.0
34
with:
35
- api-level: 34
+ api-level: 34-ext10
36
script: |
37
adb install -r -t app/build/outputs/apk/debug/app-debug.apk
38
adb shell am start -n com.readrops.app.debug/com.readrops.app.MainActivity
0 commit comments