updated port #2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user