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.
2 parents c3fa97c + ee3f4bd commit 09c802cCopy full SHA for 09c802c
.github/workflows/e2e.yml
@@ -133,11 +133,8 @@ jobs:
133
arch: x86_64
134
avd-name: Pixel_6
135
force-avd-creation: false
136
- emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none
137
- script: |
138
- # adb port forwarding for regtest
139
- adb reverse tcp:60001 tcp:60001
140
- cd bitkit-e2e-tests && npm run e2e:android
+ emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-front none
+ script: cd bitkit-e2e-tests && ./ci_run_android.sh
141
env:
142
RECORD_VIDEO: true
143
0 commit comments