Run the run_all()
method for all defined steps of a stage for which the
check()
method returns TRUE
.
Usage
run_stage(name, stages = dsl_load())
Arguments
- name
[string]
The name of the stage to run.- 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_all_stages()