Skip to content

Commit f4bf89d

Browse files
Store xcresult files into artifacts
1 parent 03740b3 commit f4bf89d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ commands:
3939
- run:
4040
name: OktaLogger unit tests"
4141
command: set -o pipefail && xcodebuild -workspace "OktaLogger.xcworkspace" -scheme "OktaLoggerTests" -destination "platform=iOS Simulator,OS=latest,name=iPhone 16 Pro Max" test
42+
- store_artifacts:
43+
path: /Users/distiller/Library/Developer/Xcode/DerivedData/OktaLogger-brtczdmizdnmmgceswezmvcdqias/Logs/Test
4244
# - run:
4345
# name: OktaAnalytics unit tests"
4446
# command: set -o pipefail && xcodebuild -workspace "OktaLogger.xcworkspace" -scheme "OktaAnalyticsTests" -destination "platform=iOS Simulator,OS=latest,name=iPhone 16" test

0 commit comments

Comments
 (0)