Skip to content

Commit 69c4907

Browse files
committed
[IMP] delivery_postlogistics: Add to rebel module
1 parent 49ac7f7 commit 69c4907

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.copier-answers.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ include_wkhtmltopdf: false
1414
odoo_version: 16.0
1515
org_name: Odoo Community Association (OCA)
1616
org_slug: OCA
17-
rebel_module_groups: []
17+
rebel_module_groups:
18+
- delivery_postlogistics
1819
repo_description: 'TODO: add repo description.'
1920
repo_name: delivery-carrier
2021
repo_slug: delivery-carrier

.github/workflows/test.yml

+12
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,18 @@ jobs:
3636
matrix:
3737
include:
3838
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
39+
include: "delivery_postlogistics"
3940
makepot: "true"
4041
name: test with Odoo
4142
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
43+
include: "delivery_postlogistics"
44+
name: test with OCB
45+
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
46+
exclude: "delivery_postlogistics"
47+
makepot: "true"
48+
name: test with Odoo
49+
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
50+
exclude: "delivery_postlogistics"
4251
name: test with OCB
4352
services:
4453
postgres:
@@ -49,6 +58,9 @@ jobs:
4958
POSTGRES_DB: odoo
5059
ports:
5160
- 5432:5432
61+
env:
62+
INCLUDE: "${{ matrix.include }}"
63+
EXCLUDE: "${{ matrix.exclude }}"
5264
steps:
5365
- uses: actions/checkout@v2
5466
with:

0 commit comments

Comments
 (0)