File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ jobs:
116116 with :
117117 ssh-private-key : ${{ secrets.BOT_SSH_PRIVATE_KEY }}
118118119+ - 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
Original file line number Diff line number Diff line change 7575 with :
7676 ssh-private-key : ${{ secrets.BOT_SSH_PRIVATE_KEY }}
777778+ - 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
You can’t perform that action at this time.
0 commit comments