From 2168984f153f506ad75d4898736946b15d7a51d3 Mon Sep 17 00:00:00 2001 From: LauraCForgeFlow Date: Thu, 23 May 2024 13:45:18 +0200 Subject: [PATCH] [UPD] Update Copier [CI Skip] --- .github/workflows/test.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb5500f7a..dc3d150a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,15 +38,22 @@ jobs: - container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest include: "account_move_name_sequence" name: test with Odoo + - container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest + include: "account_journal_restrict_mode" + name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest include: "account_move_name_sequence" name: test with OCB makepot: "true" + - container: ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest + include: "account_journal_restrict_mode" + name: test with OCB + makepot: "true" - container: ghcr.io/oca/oca-ci/py3.10-odoo17.0:latest - exclude: "account_move_name_sequence" + exclude: "account_move_name_sequence,account_journal_restrict_mode" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.10-ocb17.0:latest - exclude: "account_move_name_sequence" + exclude: "account_move_name_sequence,account_journal_restrict_mode" name: test with OCB makepot: "true" services: