Skip to content

Commit

Permalink
Include tvos as e2e target
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Nov 20, 2024
1 parent 70f71f0 commit a950049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
strategy:
matrix:
xcode_version: [ '15.4.0' ]
platform: [ios, tvos]
runs-on: macos-latest
steps:
- name: Checkout repository
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
- name: Start iOS simulator
uses: futureware-tech/simulator-action@v4
with:
model: 'iPhone 15'
model: ${{ matrix.platform == 'ios' && 'iPhone 15' || 'Apple TV 4K' }}
os_version: '>=14.0'

- name: Run e2e tests
Expand Down

0 comments on commit a950049

Please sign in to comment.