Skip to content

Commit 08e40ec

Browse files
committed
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
1 parent 432b228 commit 08e40ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_e2e_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
timeout_minutes: 5
135135
retry_wait_seconds: 60
136136
max_attempts: 3
137-
command: HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew && HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils xcbeautify && applesimutils --list
137+
command: HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew && HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils xcbeautify
138138

139139
- name: Build iOS App
140140
run: |

0 commit comments

Comments
 (0)