Skip to content

Commit 2aea8c9

Browse files
committed
ci(bank-sdk): Try running the emulator for UI tests without -no-window
PM-89
1 parent f9a0381 commit 2aea8c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bank-sdk.check.ui-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
api-level: 33
6464
arch: x86_64
6565
force-avd-creation: false
66-
emulator-options: -no-window -gpu swiftshader_indirect -no-audio -no-boot-anim -camera-back emulated
66+
emulator-options: -gpu swiftshader_indirect -no-audio -no-boot-anim -camera-back emulated
6767
disable-animations: true
6868
script: echo "Generated AVD snapshot for caching."
6969

@@ -74,7 +74,7 @@ jobs:
7474
api-level: 33
7575
arch: x86_64
7676
force-avd-creation: false
77-
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back emulated
77+
emulator-options: -no-snapshot-save -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back emulated
7878
disable-animations: true
7979
script: >
8080
adb uninstall net.gini.android.bank.sdk.exampleapp.test ;

0 commit comments

Comments
 (0)