Configuring a Step to always run
You can configure Steps in your Bitrise builds so that they don't run if the previous Step in the Workflow failed. This can help with avoiding wasting build time and credits.
You can configure a Step to run even if a previous Step in the Workflow failed. For example, if the Cache:Pull Step fails, there is no reason not to run the subsequent Steps.
Enabling a Step conditionally
You can also configure Steps to run only in certain conditions: Enabling or disabling a Step conditionally.
To set a given Step to run even if a previous Step failed:
-
Log in to Bitrise and select Bitrise CI on the left, then select your project.
-
Click the
button on the main page. -
Select the Step you want to configure to always run.
-
On the right, find and open the When to run section and toggle the Run if previous Step failed option.