Skip to content

Commit 97e9677

Browse files
committed
Test
1 parent 8b0821a commit 97e9677

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/cron-checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
- uses: actions/[email protected]
102102
- uses: ./.github/actions/ruby-cache
103103
- uses: ./.github/actions/xcode-cache
104-
- run: xcrun simctl list devices | grep -E "iPhone"
105104
- name: Build Demo App
106105
run: bundle exec fastlane build_demo
107106
env:

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ before_all do |lane|
2525
setup_ci
2626
setup_git_config
2727
select_xcode(version: xcode_version) unless [:sonar_upload, :allure_launch, :allure_upload, :copyright, :pod_lint, :merge_main].include?(lane)
28+
sh('xcrun simctl list devices | grep -E "iPhone"')
2829
end
2930
end
3031

0 commit comments

Comments
 (0)