Skip to content

Commit

Permalink
πŸ› fixed postgresql async url
Browse files Browse the repository at this point in the history
  • Loading branch information
agn-7 committed Dec 1, 2023
1 parent 8ece2d9 commit 0cd62ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
run: |
poetry run pytest -s
env:
SQLALCHEMY_DATABASE_URI: postgresql://ifsguid_usr:root@localhost/ifsguid_db
SQLALCHEMY_DATABASE_URI: postgresql+asyncpg://ifsguid_usr:root@localhost/ifsguid_db
- name: Code Coverage
run: |
poetry run pytest --cov=./ifsguid --cov-report=xml --cov-report=term-missing
env:
SQLALCHEMY_DATABASE_URI: postgresql://ifsguid_usr:root@localhost/ifsguid_db
SQLALCHEMY_DATABASE_URI: postgresql+asyncpg://ifsguid_usr:root@localhost/ifsguid_db
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 0cd62ab

Please sign in to comment.