Skip to content

Commit caf9120

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

2 files changed

Lines changed: 19 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: 16 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:

0 commit comments

Comments
 (0)