diff --git a/.copier-answers.yml b/.copier-answers.yml index c62354f..54b4a1e 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -15,7 +15,8 @@ odoo_test_flavor: OCB odoo_version: 12.0 org_name: Coop IT Easy SC org_slug: coopiteasy -rebel_module_groups: [] +rebel_module_groups: +- hr_timesheet_sheet_prefill_multi repo_description: hr_timesheet modules repo_name: cie-timesheet repo_slug: cie-timesheet diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab9ca51..ff585d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,11 @@ jobs: matrix: include: - container: ghcr.io/oca/oca-ci/py3.6-ocb12.0:latest + include: "hr_timesheet_sheet_prefill_multi" + name: test with OCB + makepot: "true" + - container: ghcr.io/oca/oca-ci/py3.6-ocb12.0:latest + exclude: "hr_timesheet_sheet_prefill_multi" name: test with OCB makepot: "true" services: @@ -30,6 +35,9 @@ jobs: POSTGRES_DB: odoo ports: - 5432:5432 + env: + INCLUDE: "${{ matrix.include }}" + EXCLUDE: "${{ matrix.exclude }}" steps: - uses: actions/checkout@v3 with: