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 e8968bb commit 6edbd39Copy full SHA for 6edbd39
.github/workflows/e2e.yml
@@ -133,7 +133,7 @@ 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
+ emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-front none
137
script: cd bitkit-e2e-tests && ./ci_run_android.sh
138
env:
139
RECORD_VIDEO: true
0 commit comments