Skip to content

Commit

Permalink
[IMP] product_pack_product_category: test isolated to prevent conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiMForgeFlow committed Jun 29, 2023
1 parent 5a09202 commit bfd00da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ include_wkhtmltopdf: false
odoo_version: 13.0
org_name: Odoo Community Association (OCA)
org_slug: OCA
rebel_module_groups: []
rebel_module_groups:
- product_pack_product_category
repo_description: Odoo module for product pack management
repo_name: Product pack management
repo_slug: product-pack
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,18 @@ jobs:
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest
include: "product_pack_product_category"
makepot: "true"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest
include: "product_pack_product_category"
name: test with OCB
- container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest
exclude: "product_pack_product_category"
makepot: "true"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest
exclude: "product_pack_product_category"
name: test with OCB
services:
postgres:
Expand Down

0 comments on commit bfd00da

Please sign in to comment.