@@ -185,6 +185,7 @@ jobs:
185185 needs : integration_test_matrix
186186 name : ${{ matrix.config.name }}
187187 runs-on : ${{ matrix.config.vm_image }}
188+ timeout-minutes : 60
188189 strategy :
189190 fail-fast : false
190191 matrix :
@@ -194,18 +195,18 @@ jobs:
194195 - uses : ./.github/actions/xcode-setup
195196 with :
196197 xcode_version : ${{ matrix.config.xcode_version }}
197- - name : Start iOS Simulator UI
198- run : open -Fn "$(xcode-select --print-path)/Applications/Simulator.app"
199- - name : Prepare iOS simulator
200- id : prepareSimulator
201- uses : futureware-tech/simulator-action@v4
202- with :
203- model : " ${{ matrix.config.dest == 'iphone' && matrix.config.iphone_model || matrix.config.ipad_model }}"
204- os_version : " ${{ matrix.config.ios_version }}"
205- shutdown_after_job : false
206- wait_for_boot : true
207- - name : Finalize iOS simulator boot
208- run : xcrun --sdk iphonesimulator --show-sdk-version
198+ # - name: Start iOS Simulator UI
199+ # run: open -Fn "$(xcode-select --print-path)/Applications/Simulator.app"
200+ # - name: Prepare iOS simulator
201+ # id: prepareSimulator
202+ # uses: futureware-tech/simulator-action@v4
203+ # with:
204+ # model: "${{ matrix.config.dest == 'iphone' && matrix.config.iphone_model || matrix.config.ipad_model }}"
205+ # os_version: "${{ matrix.config.ios_version }}"
206+ # shutdown_after_job: false
207+ # wait_for_boot: true
208+ # - name: Finalize iOS simulator boot
209+ # run: xcrun --sdk iphonesimulator --show-sdk-version
209210 - name : Run integration test
210211 run : ./Scripts/build.sh
211212 env :
@@ -216,5 +217,5 @@ jobs:
216217 IPHONE_MODEL : ${{ matrix.config.iphone_model }}
217218 IPAD_MODEL : ${{ matrix.config.ipad_model }}
218219 IOS_VERSION : ${{ matrix.config.ios_version }}
219- FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT : 240
220+ FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT : 600
220221 FASTLANE_XCODEBUILD_SETTINGS_RETRIES : 2
0 commit comments