You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GitHub Actions CI workflows for backend and frontend
Add mypy and tsc type checking to pre-commit hooks
Add Codecov upload to CI workflows with backend/frontend flags
Fix prettier version mismatch: use local npm run format hook instead of mirrors-prettier
Fix Prefect ephemeral server timeout in CI
Use prefect_test_harness in conftest so the server starts with in-memory
SQLite (avoiding slow file-based DB migration on first run). Also raise
PREFECT_SERVER_EPHEMERAL_STARTUP_TIMEOUT_SECONDS to 120s in both the
test session and the CI workflow env as a safety net.
0 commit comments