Skip to content

Commit 0ef7c2a

Browse files
committed
run tests
1 parent 9d0fc75 commit 0ef7c2a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,14 @@ jobs:
104104
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
105105
sudo udevadm control --reload-rules
106106
sudo udevadm trigger --name-match=kvm
107+
108+
- name: Run E2E Tests
109+
uses: reactivecircus/android-emulator-runner@v2
110+
with:
111+
api-level: Baklava
112+
arch: x86_64
113+
profile: pixel_6
114+
avd-name: Pixel_6_2
115+
force-avd-creation: false
116+
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -camera-back none -camera-front none
117+
script: cd bitkit-e2e-tests && npm run e2e:android -- --mochaOpts.grep "Can start onboarding"

0 commit comments

Comments
 (0)