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 1a8df83 commit 20da1bdCopy full SHA for 20da1bd
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
- platform: watchOS
23
destination: "platform=watchOS Simulator,name=Apple Watch Series 10 (42mm)"
24
- platform: tvOS
25
- destination: "platform=tvOS Simulator,name=Apple TV"
+ destination: "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)"
26
steps:
27
- uses: actions/checkout@v4
28
- name: Build and Test on ${{ matrix.platform }}
@@ -31,7 +31,6 @@ jobs:
31
swift test
32
else
33
xcodebuild test \
34
- -workspace .swiftpm/xcode/package.xcworkspace \
35
-scheme OpenFeature \
36
-destination "${{ matrix.destination }}"
37
fi
0 commit comments