Conversation
|
@madrob Is it possible to split the single step into multiple steps in Actions? i.e. Instead of seeing a single
It would make things easier to debug if something went wrong. For example we used to have a problem that a single test took 30m to run in CI, with current UI it would be much harder to notice the problem. |
|
Yea, there's an open GitHub feature request to make each sub-step in a composite action have it's own timing information and header, but that's been around for a while and doesn't look like it will get any traction. We'd have to split things in the primary workflow which is totally doable but would require somebody with more knowledge of how MLX works to do a better job than I would, I think. Maybe just |
|
This needs a rebase. |
|
Closing this since it's quite dated / getting incorporated into subsequent PRs. |

Proposed changes
Use workflow commands to group log lines and make output easier to read.
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#grouping-log-lines
Checklist
Put an
xin the boxes that apply.pre-commit run --all-filesto format my code / installed pre-commit prior to committing changes