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 a8dd9b1 commit f8a508eCopy full SHA for f8a508e
1 file changed
.github/workflows/ci.yml
@@ -101,6 +101,9 @@ jobs:
101
api-level: ${{ matrix.api-level }}
102
target: ${{ matrix.target }}
103
arch: ${{ matrix.arch }}
104
+ # the default emulator options from https://github.com/ReactiveCircus/android-emulator-runner#configurations
105
+ # plus `-grpc 8554 -grpc-use-jwt` to allow Espresso device control for instrumented tests
106
+ emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -grpc 8554 -grpc-use-jwt
107
script: ./gradlew connectedCheck --stacktrace
108
109
- name: Upload test report when tests fail # because the printed out stacktrace (console) is too short, see also #7553
0 commit comments