Fix main github action

This commit is contained in:
Karl Ludwig Weise
2025-09-09 21:11:16 +02:00
parent 7a283cd060
commit fc45d52dde
+8
View File
@@ -60,3 +60,11 @@ jobs:
run: npm run test:e2e
env:
DATABASE_URL: "postgresql://test:test@localhost:5432/test"
SMTP_HOST: "smtp.example.com"
SMTP_PORT: "587"
SMTP_SECURE: "false"
SMTP_USER: "your-email@example.com"
SMTP_PASS: "your-password"
SMTP_FROM_NAME: "Open Reception"
SMTP_FROM_EMAIL: "noreply@example.com"
JWT_SECRET: "test"