test: log annotations

This commit is contained in:
Martin Fillafer 2023-03-24 15:27:43 +01:00
parent 85f8936ad9
commit 5e285f5cb4

View file

@ -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,