We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a35760 + f4bf89d commit cdb8090Copy full SHA for cdb8090
.circleci/config.yml
@@ -39,6 +39,8 @@ commands:
39
- run:
40
name: OktaLogger unit tests"
41
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
44
# - run:
45
# name: OktaAnalytics unit tests"
46
# command: set -o pipefail && xcodebuild -workspace "OktaLogger.xcworkspace" -scheme "OktaAnalyticsTests" -destination "platform=iOS Simulator,OS=latest,name=iPhone 16" test
0 commit comments