Test comment

This commit is contained in:
Connor Vidlock 2023-03-20 11:10:14 -05:00
parent b0216aca55
commit ad924b75b6
No known key found for this signature in database
GPG key ID: BADEF4A267C14600
2 changed files with 2 additions and 0 deletions

1
dist/index.js generated vendored
View file

@ -413,6 +413,7 @@ class TestReporter {
core.info(`Check run URL: ${resp.data.url}`);
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}`);
}
return results;

View file

@ -200,6 +200,7 @@ class TestReporter {
core.info(`Check run URL: ${resp.data.url}`)
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}`)
}