We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e718bfd commit c7f186aCopy full SHA for c7f186a
1 file changed
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
script: |
76
adb wait-for-device
77
adb shell input keyevent 82
78
- ./gradlew connectedDebugAndroidTest --continue
+ ./gradlew connectedOssDebugAndroidTest --continue
79
80
- name: Upload Test Reports
81
if: failure()
0 commit comments