Skip to content

Fixed watchOS build workflow #4

Fixed watchOS build workflow

Fixed watchOS build workflow #4

Workflow file for this run

name: Fridge tvOS build
on:
push:
branches: [ main, development ]
pull_request:
branches: [ main, development ]
jobs:
tests-tvos:
runs-on: macos-latest
name: Destination -> tvOS
steps:
- uses: actions/checkout@v2
- name: Apple TV
run: xcodebuild clean test -scheme "Fridge" -destination "platform=tvOS Simulator,name=Apple TV"
- name: Apple TV 4k
run: xcodebuild clean test -scheme "Fridge" -destination "platform=tvOS Simulator,name=Apple TV 4k (2nd generation)"
- name: Apple TV 4k (at 1080p)
run: xcodebuild clean test -scheme "Fridge" -destination "platform=tvOS Simulator,name=Apple TV 4k (at 1080p) (2nd generation)"