Skip to content

Commit fa1125d

Browse files
committed
run whole e2e suite
1 parent 7301a2f commit fa1125d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
script: |
127127
# adb port forwarding for regtest
128128
adb reverse tcp:60001 tcp:60001
129-
cd bitkit-e2e-tests && npm run e2e:android -- --mochaOpts.grep "Can start onboarding"
129+
cd bitkit-e2e-tests && npm run e2e:android
130130
env:
131131
RECORD_VIDEO: true
132132

0 commit comments

Comments
 (0)