Skip to content

Commit f63a9b6

Browse files
PanchamiShenoympospese
authored andcommitted
[CM-924] Removed test for tvOS
1 parent c538284 commit f63a9b6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/run_linter_and_unit_tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,3 @@ jobs:
3232
- name: Run tests iOS
3333
run: |
3434
xcodebuild -scheme YComponentBrowser -sdk iphonesimulator16.0 -destination 'platform=iOS Simulator,name=iPhone 14' test-without-building
35-
- name: Build tvOS
36-
run: |
37-
xcodebuild -scheme YComponentBrowser -sdk appletvsimulator16.0 -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation)' build-for-testing
38-
39-
- name: Run tests tvOS
40-
run: |
41-
xcodebuild -scheme YComponentBrowser -sdk appletvsimulator16.0 -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation)' test-without-building

0 commit comments

Comments
 (0)