@@ -90,19 +90,19 @@ jobs:
9090 test-ui-debug :
9191 name : Test SwiftUI (Debug)
9292 runs-on : macos-15
93+ env :
94+ GITHUB_TOKEN : ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR
95+ IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5)" # TODO: IOS-1181
96+ XCODE_VERSION : " 16.4" # TODO: IOS-1181
9397 steps :
94989599 - uses : ./.github/actions/bootstrap
96100 env :
97101 INSTALL_YEETD : true
98102 INSTALL_SONAR : true
99- IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5)" # TODO: IOS-1181
100- XCODE_VERSION : " 16.4" # TODO: IOS-1181
101103 - name : Run UI Tests (Debug)
102104 run : bundle exec fastlane test_ui device:"${{ env.IOS_SIMULATOR_DEVICE }}" record:"${{ github.event.inputs.record_snapshots }}"
103105 timeout-minutes : 120
104- env :
105- GITHUB_TOKEN : ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR
106106 - name : Run Sonar analysis
107107 if : ${{ github.event.inputs.record_snapshots != 'true' }}
108108 run : bundle exec fastlane sonar_upload
@@ -159,6 +159,8 @@ jobs:
159159 - build-test-app-and-frameworks
160160 env :
161161 LAUNCH_ID : ${{ needs.allure_testops_launch.outputs.launch_id }}
162+ IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5)" # TODO: IOS-1181
163+ XCODE_VERSION : " 16.4" # TODO: IOS-1181
162164 strategy :
163165 matrix :
164166 batch : [0, 1]
@@ -174,8 +176,6 @@ jobs:
174176 INSTALL_ALLURE : true
175177 INSTALL_YEETD : true
176178 SKIP_SWIFT_BOOTSTRAP : true
177- IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5)" # TODO: IOS-1181
178- XCODE_VERSION : " 16.4" # TODO: IOS-1181
179179 - name : Run UI Tests (Debug)
180180 run : bundle exec fastlane test_e2e_mock device:"${{ env.IOS_SIMULATOR_DEVICE }}" batch:'${{ matrix.batch }}' test_without_building:true
181181 timeout-minutes : 100
0 commit comments