Skip to content

Commit

Permalink
Set PGSERVICE environment variable in the test job
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Feb 12, 2024
1 parent 7391901 commit 133075a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 133075a

Please sign in to comment.