fix(ci): fix remaining CI failures
- alembic.ini: change fallback DB to tod_test (CI creates tod_test, not tod) - ci.yml: upgrade Go to 1.25 (matches go.mod) - ci.yml: upgrade Node to 20 (fixes ESM require() error in Vitest) - conftest.py: ruff format Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -72,9 +72,7 @@ def _ensure_database_setup():
|
||||
# Migration 029 (VPN tenant isolation) encrypts a WireGuard server private key
|
||||
# and requires CREDENTIAL_ENCRYPTION_KEY. Provide the dev default if the
|
||||
# environment does not already supply it (CI always sets this explicitly).
|
||||
env.setdefault(
|
||||
"CREDENTIAL_ENCRYPTION_KEY", "LLLjnfBZTSycvL2U07HDSxUeTtLxb9cZzryQl0R9E4w="
|
||||
)
|
||||
env.setdefault("CREDENTIAL_ENCRYPTION_KEY", "LLLjnfBZTSycvL2U07HDSxUeTtLxb9cZzryQl0R9E4w=")
|
||||
|
||||
# Run Alembic migrations via subprocess (handles DB creation and schema)
|
||||
result = subprocess.run(
|
||||
|
||||
Reference in New Issue
Block a user