mirror of
https://github.com/siop-spelev/siop2.git
synced 2026-08-08 12:41:54 +00:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user