Skip to content

Commit abf5efd

Browse files
committed
tweak
1 parent 5b5d385 commit abf5efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functional-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
appium driver install xcuitest
5353
appium plugin install images
5454
appium plugin install execute-driver
55-
nohup appium --base-path=/wd/hub --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors --base-path=/wd/hub > appium.log &
55+
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log &
5656
5757
- name: Set up Python 3.9
5858
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)