updated deploymentfile
This commit is contained in:
@@ -45,8 +45,6 @@ jobs:
|
|||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
ports:
|
|
||||||
- 5433:5432
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
@@ -58,10 +56,10 @@ jobs:
|
|||||||
- run: pip install -e ".[dev]"
|
- run: pip install -e ".[dev]"
|
||||||
- run: alembic upgrade head
|
- run: alembic upgrade head
|
||||||
env:
|
env:
|
||||||
DATABASE_URL: postgresql+asyncpg://test_user:test_pass@127.0.0.1:5433/test_db
|
DATABASE_URL: postgresql+asyncpg://test_user:test_pass@postgres:5432/test_db
|
||||||
- run: pytest --tb=short
|
- run: pytest --tb=short
|
||||||
env:
|
env:
|
||||||
DATABASE_URL: postgresql+asyncpg://test_user:test_pass@127.0.0.1:5433/test_db
|
DATABASE_URL: postgresql+asyncpg://test_user:test_pass@postgres:5432/test_db
|
||||||
- run: |
|
- run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
npm ci
|
npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user