github-action icon indicating copy to clipboard operation
github-action copied to clipboard

fix: detect run failure

Open jdbruijn opened this issue 5 years ago • 2 comments

This build succeeded when I think it should have failed due to the Renovate warning. Let's see whether we can do something like warnings as errors for our test runs.

https://github.com/renovatebot/github-action/runs/654100781?check_suite_focus=true

jdbruijn avatar May 07 '20 19:05 jdbruijn

maybe can let renovate write the json log file and after run we parse it for known error written as debug and fail out ci if such errors are found

viceice avatar May 08 '20 07:05 viceice

This would be pretty neat: https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-a-warning-message

DanielHabenicht avatar Jun 30 '21 16:06 DanielHabenicht