Run a pipeline on GitHub Actions
Details
This function puts a .yaml
file inside the .github/workflows/
folder on the root of your project. This workflow file expects both
scripts generated by rxp_init()
, gen-env.R
and gen-pipeline.R
to be
present. If that's not the case, edit the .yaml
file accordingly. Build
artifacts are archived and restored automatically between runs. Make sure
to give read and write permissions to the GitHub Actions bot.
See also
Other ci utilities:
dag_for_ci()
,
generate_dag()