updated port #2
Some checks failed
Deploy / lint (push) Successful in 5s
Deploy / test (push) Failing after 10s
Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-03-03 19:24:21 +01:00
parent 50f618eb9f
commit 1f9c37a50f

View File

@@ -53,10 +53,10 @@ jobs:
- run: pip install -e ".[dev]"
- run: alembic upgrade head
env:
DATABASE_URL: postgresql+asyncpg://test_user:test_pass@localhost:5432/test_db
DATABASE_URL: postgresql+asyncpg://test_user:test_pass@localhost:5433/test_db
- run: pytest --tb=short
env:
DATABASE_URL: postgresql+asyncpg://test_user:test_pass@localhost:5432/test_db
DATABASE_URL: postgresql+asyncpg://test_user:test_pass@localhost:5433/test_db
- run: |
cd frontend
npm ci