mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[REF] CI: Add rebels modules using copier
This commit is contained in:
parent
47ccda91fc
commit
83d7067946
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@@ -36,8 +36,17 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest
|
||||
include: "account_move_name_sequence"
|
||||
name: test with Odoo
|
||||
- container: ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest
|
||||
include: "account_move_name_sequence"
|
||||
name: test with OCB
|
||||
makepot: "true"
|
||||
- container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest
|
||||
exclude: "account_move_name_sequence"
|
||||
name: test with Odoo
|
||||
- container: ghcr.io/oca/oca-ci/py3.10-ocb17.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:
|
||||
|
||||
Reference in New Issue
Block a user