diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba6ceff..c812299 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,11 @@ jobs: - run: pnpm install --frozen-lockfile - run: pnpm --filter api exec prisma migrate deploy + # TEMPORAIRE — recalibration de CONFIDENCE_THRESHOLD (tech-step-matcher.ts) + # contre le vrai service Python démarré ci-dessus. À retirer une fois + # la valeur choisie et reportée dans le code (voir le plan de migration). + - run: pnpm --filter api exec prisma db seed + - run: pnpm --filter api exec tsx src/scripts/calibrate-tech-step-threshold.ts - run: pnpm --filter api test intent-service-test: