mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-22 00:44:52 +02:00
Fix main github action
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user