Skip to content

Commit

Permalink
Update test-iOS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelCarlos committed Mar 15, 2024
1 parent 04f4b5d commit 33da240
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/test-iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
runs-on: macOS-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
fail-fast: false
matrix:
xcode:
- version: "14.2"
- version: "14.2"
destination: "platform=iOS Simulator,OS=16.2,name=iPhone 14 Pro"
- version: "15.2"
- version: "15.3"
destination: "platform=iOS Simulator,OS=17.2,name=iPhone 15 Pro"
steps:
- uses: actions/checkout@v4
- name: Build and test
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme Easing -destination "${{ matrix.xcode.destination }}" clean test | xcpretty
- uses: actions/checkout@v4
- name: Build and test
run: |
set -o pipefail && env NSUnbufferedIO=YES xcodebuild -scheme Easing -destination "${{ matrix.xcode.destination }}" clean test | xcpretty

0 comments on commit 33da240

Please sign in to comment.