diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 326c12556764..007c3bec4dc8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,8 +36,24 @@ jobs: matrix: include: - container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest + include: "product_sequence" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest + include: "product_sequence" + name: test with OCB + makepot: "true" + - container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest + include: "product_internal_reference_generator" + name: test with Odoo + - container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest + include: "product_internal_reference_generator" + name: test with OCB + makepot: "true" + - container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest + exclude: "product_sequence,product_internal_reference_generator" + name: test with Odoo + - container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest + exclude: "product_sequence,product_internal_reference_generator" name: test with OCB makepot: "true" services: @@ -49,6 +65,9 @@ jobs: POSTGRES_DB: odoo ports: - 5432:5432 + env: + INCLUDE: "${{ matrix.include }}" + EXCLUDE: "${{ matrix.exclude }}" steps: - uses: actions/checkout@v3 with: