We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c538284 commit f63a9b6Copy full SHA for f63a9b6
.github/workflows/run_linter_and_unit_tests.yml
@@ -32,10 +32,3 @@ jobs:
32
- name: Run tests iOS
33
run: |
34
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
41
- xcodebuild -scheme YComponentBrowser -sdk appletvsimulator16.0 -destination 'platform=tvOS Simulator,name=Apple TV 4K (2nd generation)' test-without-building
0 commit comments