solo-io / go-utils

golang utilities
Apache License 2.0
110 stars 18 forks source link

Always run testspace, even on failures #448

Closed kdorosh closed 3 years ago

kdorosh commented 3 years ago

Per https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#job-status-check-functions the default condition is success() which doesn't run if previous steps failed. This means that job failures weren't getting uploaded to testspace. This fixes that.