Add tests on current job-summary behavior

Signed-off-by: Gabriel Feo <gabriel@gabrielfeo.com>
This commit is contained in:
Gabriel Feo
2024-04-25 17:32:09 +01:00
parent ef36f81b41
commit a54fb6a5bb
2 changed files with 178 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ Note that this permission is never available for a workflow triggered from a rep
return mainWarning
}
function renderSummaryTable(results: BuildResult[]): string {
export function renderSummaryTable(results: BuildResult[]): string {
return `${renderDeprecations()}\n${renderBuildResults(results)}`
}