call pytest correctly

This commit is contained in:
Brian Rosner 2024-05-21 08:18:54 -06:00
parent 8ce98368da
commit a6f141b717

View File

@ -49,7 +49,7 @@ jobs:
- name: Install dependencies
run: poetry install --with=test
- name: Run pytest
run: pytest --cov=teufa tests/
run: poetry run pytest --cov=teufa tests/
env:
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
- name: Upload coverage reports to Codecov