mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Add tests on current job-summary behavior
Signed-off-by: Gabriel Feo <gabriel@gabrielfeo.com>
This commit is contained in:
@@ -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)}`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user