Skip to content

Commit

Permalink
git workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sokuya committed Dec 3, 2024
1 parent 637de21 commit cc0ea7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ jobs:
- name: Verify the Xcode environment
run: xcode-select -p

- name: List Available Simulators
run: xcrun simctl list
- name: List Available Simulators/Devices
run: xcrun simctl list devices

- name: Start iOS Simulator
run: |
xcrun simctl boot "iPhone SE (3rd generation)" || echo "Simulator already booted"
xcrun simctl boot "iPhone SE (3rd generation)" "iOS 17.2" || echo "Simulator already booted"
sleep 10
xcrun simctl list devices
- name: Start Appium server
run: appium --port 4723 --log-level debug > appium.log 2>&1 &
Expand Down

0 comments on commit cc0ea7c

Please sign in to comment.