mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
test: log annotations
This commit is contained in:
parent
85f8936ad9
commit
5e285f5cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class TestReporter {
|
||||||
const icon = isFailed ? Icon.fail : Icon.success
|
const icon = isFailed ? Icon.fail : Icon.success
|
||||||
|
|
||||||
core.info(`Updating check run conclusion (${conclusion}) and output`)
|
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({
|
const resp = await this.octokit.rest.checks.update({
|
||||||
check_run_id: createResp.data.id,
|
check_run_id: createResp.data.id,
|
||||||
conclusion,
|
conclusion,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue