Skip to content

Commit 09c802c

Browse files
authored
Merge pull request #344 from synonymdev/try-logcat
Adjust e2e workflow to run tests using script
2 parents c3fa97c + ee3f4bd commit 09c802c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,8 @@ jobs:
133133
arch: x86_64
134134
avd-name: Pixel_6
135135
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
136+
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
141138
env:
142139
RECORD_VIDEO: true
143140

0 commit comments

Comments
 (0)