mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 23:07:08 +01:00
test: log annotations
This commit is contained in:
parent
0582e4d1dc
commit
85f8936ad9
2 changed files with 10 additions and 11 deletions
|
|
@ -185,6 +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}`)
|
||||
const resp = await this.octokit.rest.checks.update({
|
||||
check_run_id: createResp.data.id,
|
||||
conclusion,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue