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 ofTicStage
objects as returned bydsl_load()
, by default loaded fromtic.R
.
See also
Other runners:
prepare_all_stages()
,
run_stage()