Skip to content

Commit f8a508e

Browse files
committed
Add -grpc to emulator options for CI
1 parent a8dd9b1 commit f8a508e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ jobs:
101101
api-level: ${{ matrix.api-level }}
102102
target: ${{ matrix.target }}
103103
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
104107
script: ./gradlew connectedCheck --stacktrace
105108

106109
- name: Upload test report when tests fail # because the printed out stacktrace (console) is too short, see also #7553

0 commit comments

Comments
 (0)