fix(ci): job mobile — « -- --ci » devenait un motif Jest (0 test trouvé)

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 <noreply@anthropic.com>
This commit is contained in:
pr-daaif
2026-07-17 03:16:38 +01:00
parent 5c8d5aac92
commit 514fc7c391

View File

@@ -131,7 +131,7 @@ jobs:
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
- run: pnpm --filter @siop/shared build - run: pnpm --filter @siop/shared build
- run: pnpm --filter @siop/mobile typecheck - run: pnpm --filter @siop/mobile typecheck
- run: pnpm --filter @siop/mobile test -- --ci - run: pnpm --filter @siop/mobile test
e2e: e2e:
name: e2e (parcours démo Playwright) name: e2e (parcours démo Playwright)