Skip to content

Commit 53a19fe

Browse files
committed
Copier configuration for rebel modules
1 parent 712606a commit 53a19fe

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.copier-answers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ odoo_test_flavor: Both
1616
odoo_version: 18.0
1717
org_name: Odoo Community Association (OCA)
1818
org_slug: OCA
19-
rebel_module_groups: []
19+
rebel_module_groups:
20+
- web_responsive
2021
repo_description: web
2122
repo_name: web
2223
repo_slug: web

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ jobs:
3636
matrix:
3737
include:
3838
- container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
39-
exclude: "web_responsive"
39+
include: "web_responsive"
4040
name: test with Odoo
4141
- container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
42-
exclude: "web_responsive"
42+
include: "web_responsive"
4343
name: test with OCB
4444
makepot: "true"
4545
- container: ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
46-
include: "web_responsive"
47-
name: test with Odoo (rebel modules)
46+
exclude: "web_responsive"
47+
name: test with Odoo
4848
- container: ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
49-
include: "web_responsive"
50-
name: test with OCB (rebel modules)
49+
exclude: "web_responsive"
50+
name: test with OCB
5151
makepot: "true"
5252
services:
5353
postgres:

0 commit comments

Comments
 (0)