forked from SFDO-Community/GrantGuides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcumulusci.yml
53 lines (48 loc) · 1.34 KB
/
cumulusci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
minimum_cumulusci_version: '3.74.0'
project:
name: GrantGuides
package:
name: ggw
api_version: '55.0'
git:
default_branch: 'main'
source_format: sfdx
tasks:
robot:
options:
suites: robot/GrantGuides/tests
options:
outputdir: robot/GrantGuides/results
robot_testdoc:
options:
path: robot/GrantGuides/tests
output: robot/GrantGuides/doc/GrantGuides_tests.html
run_tests:
options:
required_org_code_coverage_percent: 75
flows:
config_dev:
steps:
2:
task: dx_push
3:
task: assign_permission_sets
options:
api_names: GGW_User_Permissions
4:
task: command
options:
command: cci org default --org dev
5:
task: command
options:
command: sfdx data import tree -p test-data/export-section-GGW_Section__c-plan.json
gk_release_beta:
description: 'Generate Release notes and auto merge main branch.'
steps:
1:
task: github_release
2:
task: github_release_notes
3:
task: github_automerge_main