Skip to content

Commit 20da1bd

Browse files
fix: trying to get platform tests to run
Signed-off-by: Jonathan Norris <[email protected]>
1 parent 1a8df83 commit 20da1bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- platform: watchOS
2323
destination: "platform=watchOS Simulator,name=Apple Watch Series 10 (42mm)"
2424
- platform: tvOS
25-
destination: "platform=tvOS Simulator,name=Apple TV"
25+
destination: "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)"
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Build and Test on ${{ matrix.platform }}
@@ -31,7 +31,6 @@ jobs:
3131
swift test
3232
else
3333
xcodebuild test \
34-
-workspace .swiftpm/xcode/package.xcworkspace \
3534
-scheme OpenFeature \
3635
-destination "${{ matrix.destination }}"
3736
fi

0 commit comments

Comments
 (0)