mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
fix: build
This commit is contained in:
parent
5e285f5cb4
commit
60eba29d80
1 changed files with 1 additions and 1 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
|
@ -404,7 +404,7 @@ class TestReporter {
|
|||
const conclusion = isFailed ? 'failure' : 'success';
|
||||
const icon = isFailed ? markdown_utils_1.Icon.fail : markdown_utils_1.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 = yield this.octokit.rest.checks.update(Object.assign({ check_run_id: createResp.data.id, conclusion, status: 'completed', output: {
|
||||
title: `${name} ${icon}`,
|
||||
summary,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue