diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4762fd2..69e2541 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,12 +93,10 @@ jobs: - name: Setup DB connection Variables run: | - echo "DB_HOST=postgres" >> $GITHUB_ENV - echo "DB_PORT=5432" >> $GITHUB_ENV + export DB_HOST=postgres + export DB_PORT=5432 cp ../.env.example ../.env uv sync - echo "DB_HOST=postgres" >> ../.env - echo "DB_PORT=5432" >> ../.env - name: Lint & Test run: |