Skip to content

Commit

Permalink
GHA: Fix iOS build
Browse files Browse the repository at this point in the history
...
  • Loading branch information
helje5 committed Oct 12, 2023
1 parent aaf1a94 commit bf7d913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build Swift Package
run: xcodebuild build -scheme NorthwindSwiftData -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0' | xcpretty && exit ${PIPESTATUS[0]}
run: xcodebuild build -scheme NorthwindManagedModels -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0' | xcpretty && exit ${PIPESTATUS[0]}
- name: Run Tests
run: xcodebuild test -scheme NorthwindSwiftData -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0' | xcpretty && exit ${PIPESTATUS[0]}
run: xcodebuild test -scheme NorthwindManagedModels -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0' | xcpretty && exit ${PIPESTATUS[0]}
nextstep:
runs-on: macos-13
steps:
Expand Down

0 comments on commit bf7d913

Please sign in to comment.