[REF] CI: Add rebels modules using "copier update"

This commit is contained in:
Moises Lopez - https://www.vauxoo.com/
2024-04-07 20:09:48 -06:00
parent 1d62b25b6e
commit 332c32eb5e
4 changed files with 24 additions and 3 deletions

View File

@@ -36,8 +36,17 @@ jobs:
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest
include: "account_move_name_sequence"
name: test with Odoo account_move_name_sequence
- container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest
include: "account_move_name_sequence"
name: test with OCB account_move_name_sequence
makepot: "true"
- container: ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest
exclude: "account_move_name_sequence"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest
exclude: "account_move_name_sequence"
name: test with OCB
makepot: "true"
services:
@@ -49,6 +58,9 @@ jobs:
POSTGRES_DB: odoo
ports:
- 5432:5432
env:
INCLUDE: "${{ matrix.include }}"
EXCLUDE: "${{ matrix.exclude }}"
steps:
- uses: actions/checkout@v3
with: