Skip to content

Commit

Permalink
Manually open the simulator app
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Oct 18, 2024
1 parent 7fd7c37 commit b9fda25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ado/templates/e2e-testing-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ steps:
condition: succeeded()
displayName: 'Create success build variable'

- script: |
open -a "simulator"
displayName: Open Simulator
- script: |
yarn e2etest:ios
workingDirectory: apps/E2E
Expand Down

0 comments on commit b9fda25

Please sign in to comment.