File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ include_wkhtmltopdf: false
14
14
odoo_version : 16.0
15
15
org_name : Odoo Community Association (OCA)
16
16
org_slug : OCA
17
- rebel_module_groups : []
17
+ rebel_module_groups :
18
+ - delivery_postlogistics
18
19
repo_description : ' TODO: add repo description.'
19
20
repo_name : delivery-carrier
20
21
repo_slug : delivery-carrier
Original file line number Diff line number Diff line change 36
36
matrix :
37
37
include :
38
38
- container : ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
39
+ include : " delivery_postlogistics"
39
40
makepot : " true"
40
41
name : test with Odoo
41
42
- container : ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
43
+ include : " delivery_postlogistics"
44
+ name : test with OCB
45
+ - container : ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
46
+ exclude : " delivery_postlogistics"
47
+ makepot : " true"
48
+ name : test with Odoo
49
+ - container : ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
50
+ exclude : " delivery_postlogistics"
42
51
name : test with OCB
43
52
services :
44
53
postgres :
49
58
POSTGRES_DB : odoo
50
59
ports :
51
60
- 5432:5432
61
+ env :
62
+ INCLUDE : " ${{ matrix.include }}"
63
+ EXCLUDE : " ${{ matrix.exclude }}"
52
64
steps :
53
65
- uses : actions/checkout@v2
54
66
with :
You can’t perform that action at this time.
0 commit comments