bitrise-steplib / steps-certificate-and-profile-installer

steps-certificate-and-profile-installer
MIT License
13 stars 17 forks source link

Improve step logging #88

Closed ofalvai closed 2 months ago

ofalvai commented 2 months ago

Checklist

Version

Requires a MAJOR/MINOR/PATCH version update

Context

It's hard to debug why the step run time doubled at one point in the past. The step does multiple things (download, macOS CLI tool invocations), and it's not clear which sub-task takes longer.

Changes

image

Investigation details

Decisions