diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61e1b73..36a0e63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,6 +72,8 @@ jobs: run: | pip install pytest pytest-sugar pytest-cov coverage pytest tests/ + env: + PGSERVICE: ${{ steps.postgres.outputs.service-name }} - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3