Unleash / helm-charts

Contains helm-charts for Unleash
Apache License 2.0
44 stars 56 forks source link

fix: Don't fail builds just because we can't print a tap file #123

Closed chriswk closed 9 months ago

chriswk commented 9 months ago

This was added recently to get tap results printed to stdout, but we already add the tap results to the summary of the workflow, so that this breaking should cause the build to break seems wrong to me.

This PR removes the stdout printing of tap, but keeps the add test-summary action so we still get tap results attached to the workflow run.