We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5d385 commit abf5efdCopy full SHA for abf5efd
.github/workflows/functional-test.yml
@@ -52,7 +52,7 @@ jobs:
52
appium driver install xcuitest
53
appium plugin install images
54
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 &
+ nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log &
56
57
- name: Set up Python 3.9
58
uses: actions/setup-python@v3
0 commit comments