Skip to content

Commit c98ed7d

Browse files
committed
Fix issue
1 parent 96b98c5 commit c98ed7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
with:
117117
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
118118
- uses: actions/[email protected]
119+
- uses: ./.github/actions/xcode-cache
119120
- uses: ./.github/actions/ruby-cache
120-
timeout-minutes: 25
121121
- name: Build SwiftUI
122122
run: bundle exec fastlane test_ui device:"iPhone 16" build_for_testing:true
123123
timeout-minutes: 25

.github/workflows/smoke-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
with:
7676
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
7777
- uses: actions/[email protected]
78+
- uses: ./.github/actions/xcode-cache
7879
- uses: ./.github/actions/ruby-cache
79-
timeout-minutes: 25
8080
- name: Build SwiftUI
8181
run: bundle exec fastlane test_ui device:"iPhone 16" build_for_testing:true
8282
timeout-minutes: 25

0 commit comments

Comments
 (0)