Skip to content

Commit

Permalink
. e Turn off code signing for local runtests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jul 3, 2024
1 parent 7831b1b commit fde8840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
set -e # exit when any command fails

swift build -v
xcodebuild test -project ApprovalTests.Swift.xcodeproj -scheme ApprovalTests.Swift
xcodebuild test -project ApprovalTests.Swift.xcodeproj -scheme ApprovalTests_iOS -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 15"
xcodebuild test -scheme ApprovalTests.Swift CODE_SIGNING_ALLOWED='NO'
xcodebuild test -scheme ApprovalTests_iOS -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 15" CODE_SIGNING_ALLOWED='NO'

0 comments on commit fde8840

Please sign in to comment.