From e58ddb0c8ab34475cb4a95dbd7ffafe877a28fd3 Mon Sep 17 00:00:00 2001 From: Akim Juillerat Date: Wed, 31 May 2023 19:09:31 +0200 Subject: [PATCH] Revert "Segregate modules testing" This reverts commit dd7cfe68fb3b48f79461d98b931ca23b61f35ccd. --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 984bd902b..24e73c430 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,18 +36,18 @@ jobs: matrix: include: - container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest - include: "mail_restrict_follower_selection,mass_mailing_contact_active,mass_mailing_partner_contact_active" + include: "mail_restrict_follower_selection" makepot: "true" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest - include: "mail_restrict_follower_selection,mass_mailing_contact_active,mass_mailing_partner_contact_active" + include: "mail_restrict_follower_selection" name: test with OCB - container: ghcr.io/oca/oca-ci/py3.6-odoo13.0:latest - exclude: "mail_restrict_follower_selection,mass_mailing_contact_active,mass_mailing_partner_contact_active" + exclude: "mail_restrict_follower_selection" makepot: "true" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.6-ocb13.0:latest - exclude: "mail_restrict_follower_selection,mass_mailing_contact_active,mass_mailing_partner_contact_active" + exclude: "mail_restrict_follower_selection" name: test with OCB services: postgres: