File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5757echo " --- :arrow_up: Upload build metrics to Apps Metrics"
5858ruby .buildkite/commands/upload_metrics.rb
5959
60+ echo " --- :xcode: Store raw result JSON"
61+ xcrun xcresulttool get build-results --path build/results/Simplenote.xcresult --format json > build-results.json
62+ xcrun xcresulttool get test-results tests --path build/results/Simplenote.xcresult --format json > tests-resuls.json
63+
6064echo " --- 🚦 Report Tests Status"
6165if [[ $TESTS_EXIT_STATUS -eq 0 ]]; then
6266 echo " Unit Tests seems to have passed (exit code 0). All good 👍"
Original file line number Diff line number Diff line change 2121 artifact_paths :
2222 - " build/results/*"
2323 - DerivedData/**/*.xcactivitylog
24+ - build-results.json
25+ - tests-results.json
You can’t perform that action at this time.
0 commit comments