Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsonDev42 committed Apr 20, 2024
1 parent 71fe3ce commit a91f00d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pytest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,10 @@ jobs:
run: |
echo "DATABASE_URL=postgresql://mydatabaseuser:mypassword@localhost:5432/mydatabase" >> $GITHUB_ENV
- name: Run tests
env:
DATABASE_URL:localhost
DATABASE_NAME:mydatabase
DATABASE_PORT:5432
DATABASE_USER:mydatabaseuser
DATABASE_PASSWORD:mypassword
run: poetry run pytest -vv

0 comments on commit a91f00d

Please sign in to comment.