diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fc5e25f..bc66c81 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -620,6 +620,14 @@ jobs: E2E_BASE_URL=http://localhost:5173 \ pnpm --filter @dorfteich/web exec playwright test e2e/a11y.spec.ts + # Das a11y-Pack kostet seit #301 einen Login mehr (der Reflow-Zaun); + # damit reicht das Budget nicht mehr bis in die VS-NfD-Packs → hier + # zusätzlich zurücksetzen (siehe Hinweis oben). + - name: Reset login rate limit before the VS-NfD packs + run: | + echo "DELETE FROM rate_limits WHERE key LIKE 'login%';" | \ + pnpm --filter @dorfteich/api exec prisma db execute --stdin --url "$DATABASE_URL" + # VS-NfD-Markierungen im Modus `marked` (issue #244). - name: Run VS-NfD marking pack run: |