set database_cleanup as rebel module
parent
00cdfb2c71
commit
e8d68eb8db
|
@ -14,7 +14,8 @@ include_wkhtmltopdf: false
|
||||||
odoo_version: 15.0
|
odoo_version: 15.0
|
||||||
org_name: Odoo Community Association (OCA)
|
org_name: Odoo Community Association (OCA)
|
||||||
org_slug: OCA
|
org_slug: OCA
|
||||||
rebel_module_groups: []
|
rebel_module_groups:
|
||||||
|
- database_cleanup
|
||||||
repo_description: 'TODO: add repo description.'
|
repo_description: 'TODO: add repo description.'
|
||||||
repo_name: server-tools
|
repo_name: server-tools
|
||||||
repo_slug: server-tools
|
repo_slug: server-tools
|
||||||
|
|
|
@ -36,9 +36,18 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- container: ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest
|
- container: ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest
|
||||||
|
include: "database_cleanup"
|
||||||
makepot: "true"
|
makepot: "true"
|
||||||
name: test with Odoo
|
name: test with Odoo
|
||||||
- container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest
|
- container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest
|
||||||
|
include: "database_cleanup"
|
||||||
|
name: test with OCB
|
||||||
|
- container: ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest
|
||||||
|
exclude: "database_cleanup"
|
||||||
|
makepot: "true"
|
||||||
|
name: test with Odoo
|
||||||
|
- container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest
|
||||||
|
exclude: "database_cleanup"
|
||||||
name: test with OCB
|
name: test with OCB
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
|
@ -49,6 +58,9 @@ jobs:
|
||||||
POSTGRES_DB: odoo
|
POSTGRES_DB: odoo
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
env:
|
||||||
|
INCLUDE: "${{ matrix.include }}"
|
||||||
|
EXCLUDE: "${{ matrix.exclude }}"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue