From 514fc7c3916ade0fe415f8ef7200b58bc8983da7 Mon Sep 17 00:00:00 2001 From: pr-daaif Date: Fri, 17 Jul 2026 03:16:38 +0100 Subject: [PATCH] =?UTF-8?q?fix(ci):=20job=20mobile=20=E2=80=94=20=C2=AB=20?= =?UTF-8?q?--=20--ci=20=C2=BB=20devenait=20un=20motif=20Jest=20(0=20test?= =?UTF-8?q?=20trouv=C3=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Jest reçoit tout ce qui suit « -- » comme pattern positionnel ; sur GitHub Actions CI=true suffit, Jest le détecte seul. Co-Authored-By: Claude Fable 5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0afa7b..afa71d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: - run: pnpm install --frozen-lockfile - run: pnpm --filter @siop/shared build - run: pnpm --filter @siop/mobile typecheck - - run: pnpm --filter @siop/mobile test -- --ci + - run: pnpm --filter @siop/mobile test e2e: name: e2e (parcours démo Playwright)