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 811bd61 commit 09c8e27
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,7 +47,7 @@ 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
run: xcodebuild build-for-testing -scheme "$scheme" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14,OS=17.0'
- name: Run tests
run: xcodebuild -scheme BDKSwiftExampleWallet test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14,OS=17.0'
run: xcodebuild test-without-building -scheme "$scheme" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14,OS=17.0'

0 comments on commit 09c8e27

Please sign in to comment.