Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imberezin authored May 8, 2024
1 parent 4581532 commit 036f5a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: macos-13

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Updating Cocoapods
run: gem install cocoapods
Expand All @@ -42,14 +42,14 @@ jobs:
fail-fast: false
matrix:
include:
- destination: "OS=17.2,name=iPhone 15"
- destination: "OS=17.0,name=iPhone 15"
name: "iOS"
scheme: "PlayKit-Package"
- destination: "OS=17.2,name=Apple TV"
- destination: "OS=17.0,name=Apple TV"
name: "tvOS"
scheme: "PlayKit-Package"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: ${{ matrix.name }}
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild docbuild -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean test | xcpretty

Expand Down

0 comments on commit 036f5a5

Please sign in to comment.