feat: group output
All checks were successful
renovate / renovate (push) Successful in 1m35s

This commit is contained in:
2026-03-14 23:22:46 -05:00
parent b8447dd0ed
commit 9099d66bd8

View File

@@ -322,7 +322,7 @@ jobs:
for DIR in ${RENDER_DIR}; do
echo "${DIR}"
done | xargs -P 4 -I {} bash -c 'render_chart "$@"' _ {}
done | xargs -P 4 -I {} bash -c 'OUT=$(render_chart "$@" 2>&1); printf "%s\n" "$OUT"' _ {}
echo ""
echo "----"