Skip to content

Commit 5af4b5c

Browse files
author
matteo.tognini
committed
[IMP]l10n_it_edi_delivery_note: fix tests with exclusion
1 parent e8b9c2a commit 5af4b5c

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.copier-answers.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ 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+
- l10n_it_stock_ddt
22+
- l10n_it_edi_delivery_note
2123
repo_description: l10n-italy
2224
repo_name: l10n-italy
2325
repo_slug: l10n-italy

.github/workflows/test.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,24 @@ jobs:
3636
matrix:
3737
include:
3838
- container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
39+
include: "l10n_it_stock_ddt"
40+
name: test with Odoo (l10n_it_stock_ddt)
41+
- container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
42+
include: "l10n_it_stock_ddt"
43+
name: test with OCB (l10n_it_stock_ddt)
44+
makepot: "true"
45+
- container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
46+
include: "l10n_it_edi_delivery_note"
47+
name: test with Odoo (l10n_it_edi_delivery_note)
48+
- container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
49+
include: "l10n_it_edi_delivery_note"
50+
name: test with OCB (l10n_it_edi_delivery_note)
51+
makepot: "true"
52+
- container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
53+
exclude: "l10n_it_stock_ddt,l10n_it_edi_delivery_note"
3954
name: test with Odoo
4055
- container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
56+
exclude: "l10n_it_stock_ddt,l10n_it_edi_delivery_note"
4157
name: test with OCB
4258
makepot: "true"
4359
services:
@@ -50,6 +66,8 @@ jobs:
5066
ports:
5167
- 5432:5432
5268
env:
69+
INCLUDE: "${{ matrix.include }}"
70+
EXCLUDE: "${{ matrix.exclude }}"
5371
OCA_ENABLE_CHECKLOG_ODOO: "1"
5472
steps:
5573
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)