Skip to content

Commit

Permalink
fix: disable testing for watchOS since XCTest for watch is not availa…
Browse files Browse the repository at this point in the history
…ble until Xcode 12.5
  • Loading branch information
yeatse committed Feb 18, 2021
1 parent 1dc4304 commit 4b88790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
'macOS',
'iOS Simulator,name=iPhone 8',
'tvOS Simulator,name=Apple TV',
'watchOS Simulator,name=Apple Watch Series 5 - 40mm'
# XCTest for watchOS is not available until Xcode 12.5
# 'watchOS Simulator,name=Apple Watch Series 5 - 40mm'
]
swift-version: [5.0]
steps:
Expand Down

0 comments on commit 4b88790

Please sign in to comment.