From 08e40ec87015fed0efa3c2a5c08d1759f3b43fae Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Thu, 23 Nov 2023 07:43:56 -0500 Subject: [PATCH] perf(ci): no need to list simulators this was speculative earlier when Xcode changed and simulator list changed, to discover what was available it takes approximately a minute though and is not worth the delay normally --- .github/workflows/tests_e2e_ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_e2e_ios.yml b/.github/workflows/tests_e2e_ios.yml index af52b395a8..15ec1faa95 100644 --- a/.github/workflows/tests_e2e_ios.yml +++ b/.github/workflows/tests_e2e_ios.yml @@ -134,7 +134,7 @@ jobs: timeout_minutes: 5 retry_wait_seconds: 60 max_attempts: 3 - command: HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew && HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils xcbeautify && applesimutils --list + command: HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew && HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils xcbeautify - name: Build iOS App run: |