From 1b31f74c59fd31e3c12a15b611731807b9d7e369 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 31 Mar 2022 17:22:33 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactive=20la=20verif=20des=20traductions?= =?UTF-8?q?=20sur=20les=20r=C3=A8gles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 80eabb8d6..068074772 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,4 +50,7 @@ jobs: node-version: '16' cache: 'yarn' - run: yarn install --immutable - - run: yarn workspace site run i18n:check + # La traduction auto des règles est cassée + # CF https://github.com/betagouv/mon-entreprise/issues/2078 + # - run: yarn workspace site run i18n:check + - run: yarn workspace site run i18n:ui:check