Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Aug 21, 2023
1 parent 7c95c01 commit e6555c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
# file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
# xcodebuild test-without-building -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=$device"
- name: Build
run: xcodebuild -scheme BDKSwiftExampleWallet -sdk iphoneos -allowProvisioningUpdates
run: xcodebuild -scheme BDKSwiftExampleWallet -sdk iphoneos
- name: Run tests
run: xcodebuild -scheme BDKSwiftExampleWallet test -sdk iphonesimulator -destination 'platform=iOS Simulator, name=iPhone 12 Max' -allowProvisioningUpdates
run: xcodebuild -scheme BDKSwiftExampleWallet test -sdk iphonesimulator -destination 'platform=iOS Simulator, name=iPhone 14'

0 comments on commit e6555c2

Please sign in to comment.