I have a number of steps that are expected to fail, such as unit tests for features that aren’t implemented yet (TDD). Is there a way of converting that failed step into a warning, thus allowing the subsequent steps to continue? I’m aware of this article by CircleCI support but that causes the step to fail silently. This is not what I want, as I want this failure to be flagged as a warning.
Is this possible?