Skip to content

Commit

Permalink
[REF] CI: Add rebels modules using copier
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed May 11, 2022
1 parent da2fbbd commit e0fa05a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.6.1
_commit: v1.7.0
_src_path: gh:oca/oca-addons-repo-template
ci: GitHub
dependency_installation_mode: PIP
Expand All @@ -8,11 +8,12 @@ include_wkhtmltopdf: false
odoo_version: 14.0
org_name: Odoo Community Association (OCA)
org_slug: OCA
rebel_module_groups: []
rebel_module_groups:
- account_move_name_sequence
- account_sequence_option
repo_description: 'TODO: add repo description.'
repo_name: Account financial Tools for Odoo
repo_slug: account-financial-tools
repo_website: https://github.com/OCA/account-financial-tools
travis_apt_packages: []
travis_apt_sources: []

19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,25 @@ jobs:
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
include: "account_move_name_sequence"
makepot: "true"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest
include: "account_move_name_sequence"
name: test with OCB
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
include: "account_sequence_option"
makepot: "true"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest
include: "account_sequence_option"
name: test with OCB
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
exclude: "account_move_name_sequence,account_sequence_option"
makepot: "true"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest
exclude: "account_move_name_sequence,account_sequence_option"
name: test with OCB
services:
postgres:
Expand All @@ -49,6 +65,9 @@ jobs:
POSTGRES_DB: odoo
ports:
- 5432:5432
env:
INCLUDE: "${{ matrix.include }}"
EXCLUDE: "${{ matrix.exclude }}"
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


[MASTER]
load-plugins=pylint_odoo
score=n
Expand Down
1 change: 1 addition & 0 deletions .pylintrc-mandatory
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

[MASTER]
load-plugins=pylint_odoo
score=n
Expand Down

0 comments on commit e0fa05a

Please sign in to comment.