I have a GitHub-Actions job which generates a huge amount of logging when running test and log-level=debug
.
I want to run this test with log-level=WARN, and if it failes, I’d like to re-run the job (or the failed tests) with log-level=DEBUG, preferably by checking the debug-logging checkbox
How do I set this up?