Skip to content

Commit

Permalink
Merge pull request #114 from gsmet/fix-build-scan
Browse files Browse the repository at this point in the history
Fix table layout for build scan
  • Loading branch information
gsmet authored Aug 25, 2023
2 parents e6a1a4a + 8e26a0d commit c23eda4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{#if !artifactsAvailable && !report.cancelled}:warning: Artifacts of the workflow run were not available thus the report misses some details.{/if}

| Status | Name | Step | Failures | Logs | Raw logs | Build scan |
| :-: | -- | -- | :-: | :-: | :-: |
| :-: | -- | -- | :-: | :-: | :-: | :-: |
{#for job in report.jobs}
{#if workflowReportJobIncludeStrategy.include(report, job)}
| {job.conclusionEmoji} | {job.name} | {#if job.failingStep}`{job.failingStep}`{/if} | {#if job.reportedFailures}[Failures](#user-content-{job.failuresAnchor}){#else if job.failing}:warning: Check →{/if} | {#if job.url}[Logs]({job.url}){/if} | {#if job.rawLogsUrl}[Raw logs]({job.rawLogsUrl}){/if} | {#if job.gradleBuildScanUrl}[Build scan]({job.gradleBuildScanUrl}){/if}
Expand Down

0 comments on commit c23eda4

Please sign in to comment.