mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-21 19:47:24 -06:00
commit
c9905c9f16
@ -6,7 +6,7 @@ dependency_installation_mode: PIP
|
|||||||
generate_requirements_txt: true
|
generate_requirements_txt: true
|
||||||
github_check_license: true
|
github_check_license: true
|
||||||
github_enable_codecov: true
|
github_enable_codecov: true
|
||||||
github_enable_makepot: false
|
github_enable_makepot: true
|
||||||
github_enable_stale_action: true
|
github_enable_stale_action: true
|
||||||
github_enforce_dev_status_compatibility: true
|
github_enforce_dev_status_compatibility: true
|
||||||
include_wkhtmltopdf: false
|
include_wkhtmltopdf: false
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
|
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
|
||||||
makepot: "false"
|
makepot: "true"
|
||||||
name: test with Odoo
|
name: test with Odoo
|
||||||
- container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest
|
- container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest
|
||||||
name: test with OCB
|
name: test with OCB
|
||||||
|
Loading…
Reference in New Issue
Block a user