Skip to content

Show full task commands in CI mise logs - #657

Merged
nikobockerman merged 1 commit into
mainfrom
ci-show-full-task-commands-in-mise-logs
Aug 10, 2026
Merged

Show full task commands in CI mise logs#657
nikobockerman merged 1 commit into
mainfrom
ci-show-full-task-commands-in-mise-logs

Conversation

@nikobockerman

Copy link
Copy Markdown
Owner

mise abbreviates the command it echoes when running a task: a multi-line run script collapses to its first meaningful line, and a long single-line command is truncated to terminal width. CI logs therefore never show the script that actually ran, nor which paths a linter was pointed at.

Export MISE_TASK_SHOW_FULL_CMD from the mise setup action so every subsequent mise run step prints the full command, alongside the existing MISE_DEBUG verbosity.

mise abbreviates the command it echoes when running a task: a multi-line
`run` script collapses to its first meaningful line, and a long
single-line command is truncated to terminal width. CI logs therefore
never show the script that actually ran, nor which paths a linter was
pointed at.

Export MISE_TASK_SHOW_FULL_CMD from the mise setup action so every
subsequent `mise run` step prints the full command, alongside the
existing MISE_DEBUG verbosity.
Copilot AI lite review requested due to automatic review settings August 10, 2026 19:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s custom CI “mise project setup” action to ensure CI logs show the full underlying command for mise run tasks, improving debuggability and auditability of task execution.

Changes:

  • Export MISE_TASK_SHOW_FULL_CMD=true via GITHUB_ENV so subsequent steps print full task commands.
  • Preserve existing verbosity-related environment exports (MISE_DEBUG=1, RUST_LOG=uv=debug) alongside the new setting.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@nikobockerman
nikobockerman enabled auto-merge (squash) August 10, 2026 19:38
@nikobockerman
nikobockerman merged commit c517777 into main Aug 10, 2026
53 checks passed
@nikobockerman
nikobockerman deleted the ci-show-full-task-commands-in-mise-logs branch August 10, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants