Skip to content

Commit

Permalink
Only build targets on watchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Sep 27, 2020
1 parent 0b1210b commit 24eacb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/swift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
- platform=iOS Simulator,OS=latest,name=iPad Pro (9.7-inch)
- platform=tvOS Simulator,OS=latest,name=Apple TV 4K
include:
- scheme: GCDOperations-Package
# The `XYZ-Package` scheme also builds the test targets, but XCTest is not available on watchOS.
- scheme: GCDOperations
action: build
destination: platform=watchOS Simulator,OS=latest,name=Apple Watch Series 5 - 44mm
steps:
Expand Down

0 comments on commit 24eacb7

Please sign in to comment.