mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Adding caching details to Job Summary
This commit is contained in:
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user