Skip to content

Commit 215c652

Browse files
committed
Test SwiftUI
1 parent 7d34227 commit 215c652

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/cron-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
strategy:
4242
matrix:
4343
include:
44-
# - ios: "26.1" TODO: IOS-1181
45-
# device: "iPhone 17 Pro"
46-
# setup_runtime: false
44+
- ios: "26.1"
45+
device: "iPhone 17 Pro"
46+
setup_runtime: false
4747
- ios: "18.5"
4848
device: "iPhone 16 Pro"
4949
setup_runtime: false

.github/workflows/smoke-checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ jobs:
8383
if: ${{ github.event.inputs.record_snapshots_uikit != 'true' || github.event.inputs.record_snapshots_swiftui == 'true' }}
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR
86-
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.5)" # TODO: IOS-1181
87-
XCODE_VERSION: "16.4" # TODO: IOS-1181
8886
steps:
8987
- uses: actions/[email protected]
9088
- uses: ./.github/actions/bootstrap
@@ -251,8 +249,6 @@ jobs:
251249
env:
252250
LAUNCH_ID: ${{ needs.allure_testops_launch.outputs.launch_id }}
253251
ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }}
254-
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.5)" # TODO: IOS-1181
255-
XCODE_VERSION: "16.4" # TODO: IOS-1181
256252
strategy:
257253
matrix:
258254
batch: [0]

0 commit comments

Comments
 (0)