Skip to content

Commit

Permalink
Try xcodebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikBucher12 committed Jan 12, 2024
1 parent d31ce8d commit 3e08b00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
with:
xcode-version: '15.1.0'
- name: Build iOS
run: swift build -v --target iOS
run: xcodebuild -project Demo/Demo.xcodeproj build -sdk iphoneos -scheme 'RichTextKit'
- name: Test iOS
run: swift test -v --target iOS
run: |
SDKROOT=$IOS_SDK_PATH swift test -v --target iOS

0 comments on commit 3e08b00

Please sign in to comment.