File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ odoo_test_flavor: Both
1717odoo_version : 18.0
1818org_name : Odoo Community Association (OCA)
1919org_slug : OCA
20- rebel_module_groups : []
20+ rebel_module_groups :
21+ - password_security
2122repo_description : server-auth
2223repo_name : server-auth
2324repo_slug : server-auth
Original file line number Diff line number Diff line change 3636 matrix :
3737 include :
3838 - container : ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
39+ include : " password_security"
3940 name : test with Odoo
4041 - container : ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
42+ include : " password_security"
43+ name : test with OCB
44+ makepot : " true"
45+ - container : ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
46+ exclude : " password_security"
47+ name : test with Odoo
48+ - container : ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
49+ exclude : " password_security"
4150 name : test with OCB
4251 makepot : " true"
4352 services :
5160 - 5432:5432
5261 env :
5362 OCA_ENABLE_CHECKLOG_ODOO : " 1"
63+ INCLUDE : " ${{ matrix.include }}"
64+ EXCLUDE : " ${{ matrix.exclude }}"
5465 steps :
5566 - uses : actions/checkout@v4
5667 with :
You can’t perform that action at this time.
0 commit comments