Skip to content

Commit

Permalink
test exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 26, 2024
1 parent 12286fc commit bf8045b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ jobs:
- destination: 'platform=iOS Simulator,OS=17.2,name=iPhone 15'
xcode: Xcode_14.1
- destination: 'platform=tvOS Simulator,OS=17.2,name=Apple TV 4K (3rd generation) (at 1080p)'
target: [ios, watchos]
target: ios
- destination: 'platform=tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)'
target: [ios, watchos]
target: ios
- destination: 'platform=iOS Simulator,OS=16.1,name=iPhone 14'
target: [tvos, watchos]
target: tvos
- destination: 'platform=iOS Simulator,OS=17.2,name=iPhone 15'
target: [tvos, watchos]
target: tvos
steps:
- name: Build ${{ env.PACKAGE_NAME }} + consumers
run: |
Expand Down

0 comments on commit bf8045b

Please sign in to comment.