Adding caching details to Job Summary

This commit is contained in:
Daz DeBoer
2022-06-02 14:21:10 -06:00
parent 86e82987ba
commit f9c8fcf79f
2 changed files with 48 additions and 17 deletions

View File

@@ -34,6 +34,7 @@ function loadBuildResults(): BuildResult[] {
}
function writeSummaryTable(results: BuildResult[]): void {
core.summary.addHeading('Gradle Builds', 3)
core.summary.addRaw(`| Root Project | Tasks | Gradle Version | Outcome |\n| - | - | - | - |\n`)
for (const result of results) {
const tableRow = `| ${result.rootProject} \