Skip to content

Commit

Permalink
perf(ci): no need to list simulators
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mikehardy committed Nov 23, 2023
1 parent 432b228 commit 08e40ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 08e40ec

Please sign in to comment.