Skip to content

Commit 148c6e5

Browse files
[FIX] password_security: test separately
To avoid conflicts with 'auth_saml' module.
1 parent 768eb79 commit 148c6e5

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.copier-answers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ odoo_test_flavor: Both
1717
odoo_version: 18.0
1818
org_name: Odoo Community Association (OCA)
1919
org_slug: OCA
20-
rebel_module_groups: []
20+
rebel_module_groups:
21+
- password_security
2122
repo_description: server-auth
2223
repo_name: server-auth
2324
repo_slug: server-auth

.github/workflows/test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,17 @@ jobs:
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:
@@ -51,6 +60,8 @@ jobs:
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:

0 commit comments

Comments
 (0)