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:
@@ -57,7 +57,7 @@ version_path_separator = space # No separator in paths.
|
||||
# are written from script.mako
|
||||
# output_encoding = utf-8
|
||||
|
||||
sqlalchemy.url = postgresql+asyncpg://postgres:postgres@localhost:5432/tod
|
||||
sqlalchemy.url = postgresql+asyncpg://postgres:postgres@localhost:5432/tod_test
|
||||
|
||||
|
||||
[post_write_hooks]
|
||||
|
||||
Reference in New Issue
Block a user