👷 Improve playwright CI job (#1335)

This commit is contained in:
Patrick Arminio
2024-09-12 15:21:24 +02:00
committed by GitHub
parent b3a49ae32e
commit 97d04cd7ff
4 changed files with 25 additions and 2 deletions

View File

@@ -24,3 +24,8 @@ def test_email(email_to: EmailStr) -> Message:
html_content=email_data.html_content,
)
return Message(message="Test email sent")
@router.get("/health-check/")
async def health_check() -> bool:
return True