Improve layout and formatting of Job Summary

- Move entire caching summary into details section
- Use core.summary.addTable for all table creation
- Include cache status in clickable description
This commit is contained in:
Daz DeBoer
2022-06-04 10:55:26 -06:00
parent 9ab4abd18c
commit 4fa0803854
3 changed files with 58 additions and 70 deletions
+1
View File
@@ -19,6 +19,7 @@ export async function restore(gradleUserHome: string, cacheListener: CacheListen
core.info('Cache is disabled: will not restore state from previous builds.')
// Initialize the Gradle User Home even when caching is disabled.
gradleStateCache.init()
cacheListener.isCacheDisabled = true
return
}