Skip to content

Commit

Permalink
Develop (#117)
Browse files Browse the repository at this point in the history
### To be filled by the PR creator:

* A brief description of the changes made - 

* Do we have clean latest run report (Docker or Browserstack) attached
with this PR?
  * [ ] Yes
  * [ ] No (Please explain why)

* Does the PR contain changes to any core file?
  * [ ] Yes (Needs approval from at least 1 people)
  * [ ] No

* Is it
  * [ ] New Testcase
  * [ ] Fix


### To be filled by the PR reviewer:

* [ ] Verify the attached run report passed in GitHub Actions (Docker or
Browserstack run)

* General
    * [ ] Use the best strategy to locate the elements
    * [ ] Comments wherever the code is not readable by itself
    * [ ] Use of the right data structure for the use case
    * [ ] Reuse logic/functionality as much as possible
    * [ ] Cleanup of any test data that is generated by the tests
    * [ ] No static waits
  • Loading branch information
tauqirsarwar1 authored Apr 29, 2024
2 parents 559fc76 + 8d26eb3 commit 4eb82b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_ios_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
id: setup_xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
xcode-version: '15.3.0'

- name: Open IOS simulator
id: open_ios_simulator
if: steps.setup_xcode.outcome == 'success'
run: |
xcrun simctl list
sleep 5
open -a Simulator --args -CurrentDeviceUDID 948EB4DC-22AF-4F28-97AA-160EDC5FB6E2
open -a Simulator --args -CurrentDeviceUDID 6158282B-6478-42BF-9B60-C38B95EE46E5
sleep 10
- name: Setup dependencies
Expand Down Expand Up @@ -134,15 +134,15 @@ jobs:
id: setup_xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
xcode-version: '15.3.0'

- name: Open IOS simulator
id: open_ios_simulator
if: steps.setup_xcode.outcome == 'success'
run: |
xcrun simctl list
sleep 5
open -a Simulator --args -CurrentDeviceUDID 948EB4DC-22AF-4F28-97AA-160EDC5FB6E2
open -a Simulator --args -CurrentDeviceUDID 6158282B-6478-42BF-9B60-C38B95EE46E5
sleep 10
- name: Setup dependencies
Expand Down

0 comments on commit 4eb82b5

Please sign in to comment.