Skip to content

Commit

Permalink
Adjust test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Mar 5, 2024
1 parent 91819d0 commit 2d0a0f7
Show file tree
Hide file tree
Showing 3 changed files with 374 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 @@ -21,8 +21,8 @@ jobs:
with:
xcode-version: '15.1.0'
- name: Build iOS
run: xcodebuild -project Demo/Demo.xcodeproj build -sdk iphoneos -scheme 'RichTextKit'
run: xcodebuild -project Demo/Demo.xcodeproj build -sdk iphoneos -scheme 'Demo'
- name: Test iOS
run: xcodebuild -project Demo/Demo.xcodeproj test -sdk iphoneos -scheme 'RichTextKitTests' -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2' -enableCodeCoverage YES
run: xcodebuild -project Demo/Demo.xcodeproj test -sdk iphoneos -scheme 'DemoTests' -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2' -enableCodeCoverage YES


Loading

0 comments on commit 2d0a0f7

Please sign in to comment.