Skip to content

Commit

Permalink
[FIX] CI. pos_bank_statement_line_no_change and pos_payment_change ar…
Browse files Browse the repository at this point in the history
…e incompatible
  • Loading branch information
legalsylvain committed Aug 3, 2023
1 parent f3b5354 commit 8eddba9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ odoo_test_flavor: OCB
odoo_version: 12.0
org_name: Odoo Community Association (OCA)
org_slug: OCA
rebel_module_groups: []
rebel_module_groups:
- pos_bank_statement_line_no_change
- pos_payment_change
repo_description: This project aims to deal with Odoo modules related to the Point
of Sale.
repo_name: Point of Sale
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.6-ocb12.0:latest
include: "pos_payment_change"
name: test with OCB
makepot: "true"
- container: ghcr.io/oca/oca-ci/py3.6-ocb12.0:latest
include: "pos_bank_statement_line_no_change"
name: test with OCB
makepot: "true"
- container: ghcr.io/oca/oca-ci/py3.6-ocb12.0:latest
exclude: "pos_payment_change,pos_bank_statement_line_no_change"
name: test with OCB
makepot: "true"
services:
Expand All @@ -47,6 +56,9 @@ jobs:
POSTGRES_DB: odoo
ports:
- 5432:5432
env:
INCLUDE: "${{ matrix.include }}"
EXCLUDE: "${{ matrix.exclude }}"
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 8eddba9

Please sign in to comment.