diff --git a/cumulusci.yml b/cumulusci.yml index 6db4fba..aa85ce1 100644 --- a/cumulusci.yml +++ b/cumulusci.yml @@ -10,6 +10,16 @@ project: default_branch: 'main' source_format: sfdx +sources: + eda: + github: https://github.com/SalesforceFoundation/EDA + npsp: + github: https://github.com/SalesforceFoundation/NPSP + sal: + github: https://github.com/SalesforceFoundation/SAL-CumulusCI + pmm: + github: https://github.com/SalesforceFoundation/PMM + tasks: robot: options: @@ -25,3 +35,14 @@ tasks: run_tests: options: required_org_code_coverage_percent: 75 +flows: +#to run this flow, type: cci flow run Conga_composer_dev --org dev + Conga_composer_dev: + description: Requires default org to be set. Installs npsp and creates a bunch of default settings to make the data look more realistic + steps: + 1: + task: update_dependencies + options: + dependencies: + - namespace: APXTConga4 + version: 8.2 \ No newline at end of file