Skip to content

Commit

Permalink
Docker IOS Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 21, 2024
1 parent ff0eff1 commit 9ac261f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/docker_android_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,16 @@ jobs:
if: steps.setup_java.outcome == 'success'
run: |
npm install -g appium
appium --log-level debug &
sleep 10
appium -v
- name: Install drivers
id: install_drivers
if: steps.setup_appium.outcome == 'success'
run: |
appium driver install xcuitest
appium driver install uiautomator2
sleep 5
appium --log-level debug &
sleep 10
appium -v
- name: Run Emulator
id: run_emulator
Expand Down Expand Up @@ -123,18 +122,16 @@ jobs:
if: steps.setup_python.outcome == 'success'
run: |
npm install -g appium
appium --log-level debug &
sleep 5
appium -v
- name: Install drivers
id: install_drivers
if: steps.setup_appium.outcome == 'success'
run: |
appium driver install xcuitest
appium driver install uiautomator2
sleep 5
appium driver list --installed
appium --log-level debug &
sleep 10
appium -v
- name: Run Android Emulator
id: run_emulator
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/docker_ios_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,16 @@ jobs:
if: steps.co_code.outcome == 'success'
run: |
npm install -g appium
appium --log-level debug &
sleep 5
appium -v
- name: Install drivers
id: install_drivers
if: steps.setup_appium.outcome == 'success'
run: |
appium driver install xcuitest
appium driver install uiautomator2
sleep 5
appium --log-level debug &
sleep 10
appium -v
- name: Set up X Code
id: setup_xcode
Expand Down Expand Up @@ -123,18 +122,16 @@ jobs:
if: steps.co_code.outcome == 'success'
run: |
npm install -g appium
appium --log-level debug &
sleep 5
appium -v
- name: Install drivers
id: install_drivers
if: steps.setup_appium.outcome == 'success'
run: |
appium driver install xcuitest
appium driver install uiautomator2
sleep 5
appium driver list --installed
appium --log-level debug &
sleep 10
appium -v
- name: Set up X Code
Expand Down

0 comments on commit 9ac261f

Please sign in to comment.