Skip to content

Commit b9277cb

Browse files
authored
fix: add log and xcresult artifacts from scripts/test_catalyst.sh (#15687)
1 parent 1925e24 commit b9277cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test_catalyst.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ args=(
5757
"CODE_SIGN_IDENTITY=-" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"
5858
# GHA is still running 10.15.
5959
"MACOSX_DEPLOYMENT_TARGET=10.15"
60+
"-resultBundlePath" "xcresults/$scheme.xcresult"
6061
)
6162

6263
xcodebuild -version
6364
gem install xcpretty
64-
xcodebuild "${args[@]}" | xcpretty
65+
xcodebuild "${args[@]}" | tee xcodebuild.log | xcpretty

0 commit comments

Comments
 (0)