File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ odoo_test_flavor: Both
1616odoo_version : 16.0
1717org_name : Odoo Community Association (OCA)
1818org_slug : OCA
19- rebel_module_groups : []
19+ rebel_module_groups :
20+ - account_fiscal_classification
21+ - account_ecotax_accounting
2022repo_description : Odoo Accounting Taxe and Fiscal Features
2123repo_name : account-fiscal-rule
2224repo_slug : account-fiscal-rule
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 matrix :
3737 include :
3838 - container : ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
39- exclude : " account_product_fiscal_classification,account_ecotax_accounting "
39+ include : " account_fiscal_classification "
4040 name : test with Odoo
4141 - container : ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
42- exclude : " account_product_fiscal_classification,account_ecotax_accounting "
42+ include : " account_fiscal_classification "
4343 name : test with OCB
4444 makepot : " true"
4545 - container : ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
4949 include : " account_ecotax_accounting"
5050 name : test with OCB
5151 makepot : " true"
52+ - container : ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
53+ exclude : " account_fiscal_classification,account_ecotax_accounting"
54+ name : test with Odoo
55+ - container : ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
56+ exclude : " account_fiscal_classification,account_ecotax_accounting"
57+ name : test with OCB
58+ makepot : " true"
5259 services :
5360 postgres :
5461 image : postgres:12.0
5865 POSTGRES_DB : odoo
5966 ports :
6067 - 5432:5432
68+ env :
69+ INCLUDE : " ${{ matrix.include }}"
70+ EXCLUDE : " ${{ matrix.exclude }}"
6171 steps :
6272 - uses : actions/checkout@v4
6373 with :
You can’t perform that action at this time.
0 commit comments