Skip to content

Commit

Permalink
--relaxed-security added for appium
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Apr 9, 2024
1 parent c3d60b8 commit 5aca665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_android_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: steps.setup_appium.outcome == 'success'
run: |
appium driver install uiautomator2
appium --log-level debug &
appium --relaxed-security --log-level debug &
sleep 10
appium -v
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
if: steps.setup_appium.outcome == 'success'
run: |
appium driver install uiautomator2
appium --log-level debug &
appium --relaxed-security --log-level debug &
sleep 10
appium -v
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker_ios_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: steps.setup_appium.outcome == 'success'
run: |
appium driver install xcuitest
appium --log-level debug &
appium --relaxed-security --log-level debug &
sleep 10
appium -v
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
if: steps.setup_appium.outcome == 'success'
run: |
appium driver install xcuitest
appium --log-level debug &
appium --relaxed-security --log-level debug &
sleep 10
appium -v
Expand Down

0 comments on commit 5aca665

Please sign in to comment.