Step summaries and silent steps now visible in Depot CI
Two improvements to Depot CI job visibility in the dashboard:
-
Step summaries —
GITHUB_STEP_SUMMARYoutput written during a CI job is now captured and displayed in the job view, matching the step summary experience in GitHub Actions. -
Steps without output — Steps that produce no terminal output are now visible in the job view. Previously, silent steps were missing entirely, making it difficult to tell whether they ran or were skipped.
