Skip to content

Commit

Permalink
remove extra command that was hanging around
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Oct 18, 2023
1 parent 714760d commit 7a3335a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,3 @@ runs:
xcodebuild -version
xcodebuild build-for-testing -scheme $SCHEME -sdk '${{ inputs.sdk }}' -destination '${{ inputs.destination }}' $clonedSourcePackagesPath -derivedDataPath '${{ inputs.derived_data_path }}' | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}
shell: bash


xcodebuild build-for-testing -scheme AWSAPIPlugin -sdk 'iphonesimulator' -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4' -derivedDataPath 'Build'

0 comments on commit 7a3335a

Please sign in to comment.