Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Aug 22, 2024
1 parent b2d47a7 commit bcbfaeb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .ado/templates/e2e-testing-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ steps:
condition: succeeded()
displayName: 'Create success build variable'

- task: CmdLine@2
displayName: Build iOS
inputs:
script: |
set -eox pipefail
open -a "simulator"
env:
CCACHE_DISABLE: 1

- script: |
yarn e2etest:ios
workingDirectory: apps/E2E
Expand Down

0 comments on commit bcbfaeb

Please sign in to comment.