fix: update UVICORN_PORT and UVICORN_WORKERS in Dockerfile for consistency #10

Merged
zwitschi merged 4 commits from feat/ci-overhaul-20251029 into main 2025-11-02 15:59:22 +01:00
Showing only changes of commit f1bc7f06b9 - Show all commits

View File

@@ -61,11 +61,11 @@ jobs:
- name: Run tests
env:
DATABASE_DRIVER: postgresql+psycopg2
DATABASE_HOST: ${ { env.DB_HOST } }
DATABASE_HOST: postgres
DATABASE_PORT: 5432
DATABASE_USER: ${ { env.DB_USER } }
DATABASE_PASSWORD: ${ { env.DB_PASSWORD } }
DATABASE_NAME: ${ { env.DB_NAME } }
DATABASE_USER: calminer
DATABASE_PASSWORD: calminer_password
DATABASE_NAME: calminer_test
run: |
pytest tests/ --cov=.