Skip to content

Commit

Permalink
set sale_timesheet_rounded as a rebel module (issue on sale_timesheet…
Browse files Browse the repository at this point in the history
… tests)
  • Loading branch information
StephaneMangin committed Nov 6, 2023
1 parent 805e978 commit 26a8b42
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ odoo_test_flavor: Both
odoo_version: 15.0
org_name: Odoo Community Association (OCA)
org_slug: OCA
rebel_module_groups: []
rebel_module_groups:
- sale_timesheet_rounded
repo_description: 'TODO: add repo description.'
repo_name: timesheet
repo_slug: timesheet
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,18 @@ jobs:
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest
include: "sale_timesheet_rounded"
makepot: "true"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest
include: "sale_timesheet_rounded"
name: test with OCB
- container: ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest
exclude: "sale_timesheet_rounded"
makepot: "true"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest
exclude: "sale_timesheet_rounded"
name: test with OCB
makepot: "true"
services:
Expand All @@ -49,6 +59,9 @@ jobs:
POSTGRES_DB: odoo
ports:
- 5432:5432
env:
INCLUDE: "${{ matrix.include }}"
EXCLUDE: "${{ matrix.exclude }}"
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 26a8b42

Please sign in to comment.