Skip to content

Commit

Permalink
Allow provisioning updates in build runner
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Mar 5, 2024
1 parent 8790f37 commit 1652321
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 @@ -21,8 +21,8 @@ jobs:
with:
xcode-version: '15.1.0'
- name: Build iOS
run: xcodebuild -project Demo/Demo.xcodeproj build -sdk iphoneos -scheme 'Demo'
run: xcodebuild -project Demo/Demo.xcodeproj build -sdk iphoneos -allowProvisioningUpdates -scheme 'Demo'
- name: Test iOS
run: xcodebuild -project Demo/Demo.xcodeproj test -sdk iphoneos -scheme 'DemoTests' -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2' -enableCodeCoverage YES
run: xcodebuild -project Demo/Demo.xcodeproj test -sdk iphoneos -allowProvisioningUpdates -scheme 'DemoTests' -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2' -enableCodeCoverage YES


0 comments on commit 1652321

Please sign in to comment.