gradle-build-action
gradle-build-action copied to clipboard
Improve rendering of build results table with long values
The current Job Summary, while working OK, doesn't render well in some cases with long values.
- The 'requested tasks' column includes all task options, which can make that column very wide.
- Similar to 2) a very long root project name or gradle task name will blow out the column width:
Root Project | Requested Tasks | Gradle Version | Build Outcome | Build Scan™ |
---|---|---|---|---|
aVeryVeryVeryVeryVeryVeryVeryVeryRootProjectName | aVeryVeryVeryVeryVeryVeryVeryVeryLongTaskName | 7.4.2 | :white_check_mark: |
- In cases 2&3 above, the build scan badge is compressed making it unreadable.