Désactive la verif des traductions sur les règles

pull/2081/head
Johan Girod 2022-03-31 17:22:33 +02:00
parent eab0331c18
commit 1b31f74c59
1 changed files with 4 additions and 1 deletions

View File

@ -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