Skip to content

Commit 0a17f4a

Browse files
authored
chore: Add platform for iOS in Swift6 and other UI test (#6917)
* chore: Add platform for iOS in Swift6 UI test * Add platform to other steps too
1 parent 5db9f93 commit 0a17f4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ui-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,13 @@ jobs:
5858
target: ios_objc
5959
test_destination_os: "18.6"
6060
device: iPhone 16 Pro
61+
platform: iOS
6162
- job_id: tvos_swift
6263
name: tvOS Swift
6364
target: tvos_swift
6465
test_destination_os: "18.5"
6566
device: "Apple TV"
67+
platform: tvOS
6668
with:
6769
fastlane_command: ui_tests_${{matrix.target}}
6870
xcode_version: 16.4
@@ -73,6 +75,7 @@ jobs:
7375
test-destination-os: ${{matrix.test_destination_os}}
7476
device: ${{matrix.device}}
7577
files_suffix: _${{matrix.target}}_${{matrix.runner}}
78+
platform: ${{matrix.platform}}
7679
secrets:
7780
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7881

@@ -91,6 +94,7 @@ jobs:
9194
test-destination-os: "18.6"
9295
device: iPhone 16 Pro
9396
files_suffix: _swiftui_-${{matrix.runner}}
97+
platform: "iOS"
9498
secrets:
9599
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
96100
strategy:
@@ -173,6 +177,7 @@ jobs:
173177
codecov_test_analytics: true
174178
device: iPhone 16 Pro
175179
test-destination-os: "18.4"
180+
platform: iOS
176181
files_suffix: _swift6_-${{matrix.runner}}
177182
secrets:
178183
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)