[CM-924] Removed test for tvOS

This commit is contained in:
PanchamiShenoy 2022-10-20 19:13:24 +05:30 committed by Mark Pospesel
parent c538284275
commit f63a9b6886
1 changed files with 0 additions and 7 deletions

View File

@ -32,10 +32,3 @@ jobs:
- name: Run tests iOS - name: Run tests iOS
run: | run: |
xcodebuild -scheme YComponentBrowser -sdk iphonesimulator16.0 -destination 'platform=iOS Simulator,name=iPhone 14' test-without-building xcodebuild -scheme YComponentBrowser -sdk iphonesimulator16.0 -destination 'platform=iOS Simulator,name=iPhone 14' test-without-building
- name: Build tvOS
run: |
xcodebuild -scheme YComponentBrowser -sdk appletvsimulator16.0 -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation)' build-for-testing
- name: Run tests tvOS
run: |
xcodebuild -scheme YComponentBrowser -sdk appletvsimulator16.0 -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation)' test-without-building