diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5136fc0..80c7e6c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -54,6 +54,10 @@ jobs: --health-timeout 3s --health-retries 5 + env: + DB_HOST: postgres + REDIS_URL: redis://valkey:6379 + steps: - name: Checkout uses: actions/checkout@v4