ci(test): pin TZ to Europe/Berlin for month-boundary tests
CI / Architecture Guardrails (push) Successful in 2m6s
CI / Typecheck (push) Successful in 3m32s
CI / Lint (push) Successful in 3m36s
CI / Assistant Split Regression (push) Successful in 6m0s
CI / Unit Tests (push) Failing after 7m0s
CI / Build (push) Successful in 6m18s
CI / Fresh-Linux Docker Deploy (push) Failing after 26s
CI / E2E Tests (push) Has started running
CI / Release Images (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-12 19:44:56 +02:00
parent 5eb3ad17b5
commit bf4d22fc53
+2
View File
@@ -177,6 +177,8 @@ jobs:
# Force in-memory rate limiter to avoid cross-test state when Redis drops.
# Redis fallback downgrades to max/10 limits which rate-limits unit tests.
RATE_LIMIT_BACKEND: memory
# Tests assume Europe/Berlin for month-boundary math (new Date(y,m,1)).
TZ: Europe/Berlin
NEXTAUTH_URL: ${{ env.CI_AUTH_URL }}
AUTH_URL: ${{ env.CI_AUTH_URL }}
NEXTAUTH_SECRET: ${{ env.CI_AUTH_SECRET }}