@pnpm/log.group
prints groupstart
CI markers even if --silent
is used inside GH actions
#9563
Closed
1 of 4 tasks
Labels
Verify latest release
pnpm version
v9.15.9
Which area(s) of pnpm are affected? (leave empty if unsure)
CLI
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
Just run command using
pnpm --silent
and workspace concurrency of 1 so that the CI grouping logic kicks in: https://github.com/pnpm/pnpm/blob/main/exec/plugin-commands-script-runners/src/runRecursive.ts#L148C78-L155 in GitHub CI (GH actions)Describe the Bug
https://github.com/pnpm/components/blob/5a7eefc9f6242e7c5f7d97348592ca87a796a880/log/group/group.ts#L8-L13 will print to stdout even if
--silent
flag is onExpected Behavior
No output from
pnpm
when--silent
flag is onWhich Node.js version are you using?
22.6
Which operating systems have you used?
If your OS is a Linux based, which one it is? (Include the version if relevant)
Ubuntu
The text was updated successfully, but these errors were encountered: