Skip to contents

Runs predefined stages similarly to the chosen CI provider. The run aborts on error, the after_failure stage is never run.

Usage

run_all_stages(stages = dsl_load())

Arguments

stages

[named list] A named list of TicStage objects as returned by dsl_load(), by default loaded from tic.R.

See also

Other runners: prepare_all_stages(), run_stage()