From 0c6493cdf10456be63da94dee56b1540efe03611 Mon Sep 17 00:00:00 2001 From: David Cavazos Date: Tue, 11 Mar 2025 11:47:42 -0700 Subject: [PATCH] clean up logs --- .github/workflows/custard-ci.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/custard-ci.yaml b/.github/workflows/custard-ci.yaml index c7c9aaaa47..4c983e3cbe 100644 --- a/.github/workflows/custard-ci.yaml +++ b/.github/workflows/custard-ci.yaml @@ -99,15 +99,11 @@ jobs: console.log(e.stderr.toString("utf8")); } } - core.notice("Summary:") - core.info("Summary:") + console.log("\n\n=== Summary ===") console.log(` Passed: ${affected.length - failed.length}`) console.log(` Failed: ${failed.length}`) if (failed.length > 0) { - for (const path of failed) { - console.log(` - ❌ ${path}`) - } - core.setFailed(`Failed '${cmd}' on ${JSON.stringify(failed)}`) + core.setFailed(`Failed '${cmd}' on ${failed.join(', ')}`) } region-tags: