From 5e285f5cb48444a75b0aa7818759c7f9bf8676cd Mon Sep 17 00:00:00 2001 From: Martin Fillafer Date: Fri, 24 Mar 2023 15:27:43 +0100 Subject: [PATCH] test: log annotations --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index cf3a011..2e03d83 100644 --- a/src/main.ts +++ b/src/main.ts @@ -185,7 +185,7 @@ class TestReporter { const icon = isFailed ? Icon.fail : Icon.success core.info(`Updating check run conclusion (${conclusion}) and output`) - core.info(`Posted annotations: ${annotations}`) + core.info(`Posted annotations: ${JSON.stringify(annotations)}`) const resp = await this.octokit.rest.checks.update({ check_run_id: createResp.data.id, conclusion,