From bcbfaeb5bae15d95df3359ac902262da6eb8e0c4 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 22 Aug 2024 10:00:36 -0700 Subject: [PATCH] try --- .ado/templates/e2e-testing-ios.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.ado/templates/e2e-testing-ios.yml b/.ado/templates/e2e-testing-ios.yml index 2207cd9666..bfa466fb1b 100644 --- a/.ado/templates/e2e-testing-ios.yml +++ b/.ado/templates/e2e-testing-ios.yml @@ -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