Compare commits
1 Commits
1c774596e1
...
5fdef95f67
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fdef95f67 |
@ -620,6 +620,13 @@ jobs:
|
||||
E2E_BASE_URL=http://localhost:5173 E2E_VS_NFD_MODE=marked \
|
||||
pnpm --filter @dorfteich/web exec playwright test e2e/vs-nfd-marking.spec.ts
|
||||
|
||||
# The marking pack's extra login on top of the six a11y logins pushes
|
||||
# the theme pack over the 10/min login limit — reset again (#244).
|
||||
- name: Reset login rate limit before theme pack
|
||||
run: |
|
||||
echo "DELETE FROM rate_limits WHERE key LIKE 'login%';" | \
|
||||
pnpm --filter @dorfteich/api exec prisma db execute --stdin --url "$DATABASE_URL"
|
||||
|
||||
# Hell/Dunkel/System-Umschalter (issue #180).
|
||||
- name: Run theme pack
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user