Skip to content

Commit a028cfe

Browse files
committed
WIP
1 parent d058694 commit a028cfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e-tests-hybrid.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ jobs:
211211
}
212212
trap cleanup EXIT INT TERM
213213
214+
# Override the wdio config to use our Appium server
215+
# Remove the appium service to prevent WebDriverIO from starting its own server
216+
sed -i '' 's/services: \[.appium.\]/services: []/' wdio.conf.ts
217+
214218
# Pass everything through to WDIO/Mocha
215219
npm run e2e:ios -- "$@"
216220
env:

0 commit comments

Comments
 (0)