mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Update index.js
This commit is contained in:
parent
819dccfd4b
commit
0d51068f11
1 changed files with 3 additions and 1 deletions
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
|
|
@ -420,7 +420,9 @@ class TestReporter {
|
|||
core.info(`Check run HTML: ${resp.data.html_url}`);
|
||||
if (this.showHTMLNotice) {
|
||||
core.info('*** showhtmlnotice set to true');
|
||||
console.log(`::notice title=Test Results::${resp.data.html_url}`);
|
||||
core.exportVariable('TEST_RESULTS_URL', `${resp.data.html_url}`);
|
||||
core.info(`Set env var to: ${process.env.TEST_RESULTS_URL}`);
|
||||
core.info(`::notice title=Test Results::${resp.data.html_url}`);
|
||||
}
|
||||
return [results, resp.data.html_url];
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue