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 Aug 22, 2024
1 parent b2d47a7 commit 561b7b1
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 561b7b1

Please sign in to comment.