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)