Skip to content

Commit

Permalink
[FIX] fix ci tests failing
Browse files Browse the repository at this point in the history
mark foodhub_product_fields as a rebel module as it makes some fields
required and make tests of other modules fail.
  • Loading branch information
huguesdk committed Sep 22, 2023
1 parent c328302 commit 506eb1a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do NOT update manually; changes here will be overwritten by Copier
_commit: v2.1.8
_commit: v2.1.10
_src_path: https://github.com/coopiteasy/oca-addons-repo-template.git
ci: GitHub
dependency_installation_mode: OCA
Expand All @@ -11,10 +11,12 @@ github_enable_makepot: true
github_enable_stale_action: true
github_enforce_dev_status_compatibility: true
include_wkhtmltopdf: false
odoo_test_flavor: OCB
odoo_version: 12.0
org_name: Coop IT Easy SC
org_slug: coopiteasy
rebel_module_groups:
- foodhub_copy_product_fields,foodhub_product_fields
- provelo_custom
repo_description: Custom modules for Coop IT Easy's clients.
repo_name: cie-custom
Expand Down
5 changes: 0 additions & 5 deletions .github/pull_request_template.md.rej

This file was deleted.

10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,17 @@ jobs:
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.6-ocb12.0:latest
exclude: "provelo_custom"
include: "foodhub_copy_product_fields,foodhub_product_fields"
name: test with OCB
makepot: "true"
- container: ghcr.io/oca/oca-ci/py3.6-ocb12.0:latest
include: "provelo_custom"
name: test with OCB
makepot: "true"
- container: ghcr.io/oca/oca-ci/py3.6-ocb12.0:latest
exclude: "foodhub_copy_product_fields,foodhub_product_fields,provelo_custom"
name: test with OCB
makepot: "true"
services:
postgres:
image: postgres:9.6
Expand Down

0 comments on commit 506eb1a

Please sign in to comment.