Try to clean up CI output a little

pull/1037/head
Morgan Pretty 1 year ago
parent 8e0fabed17
commit 0b97122209

@ -76,6 +76,8 @@ local sim_delete_cmd = 'if [ -f build/artifacts/sim_uuid ]; then rm -f /Users/$U
commands: [ commands: [
sim_delete_cmd, sim_delete_cmd,
||| |||
set +x
if [[ -d ./build/artifacts/testResults.xcresult ]]; then if [[ -d ./build/artifacts/testResults.xcresult ]]; then
xcresultparser --output-format cli --failed-tests-only ./build/artifacts/testResults.xcresult xcresultparser --output-format cli --failed-tests-only ./build/artifacts/testResults.xcresult
else else

Loading…
Cancel
Save