Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
feijooso committed May 22, 2024
1 parent 3163141 commit 3b17347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m venv venv
source venv/bin/activate
pytest
pytest --cache-clear --cov=app tests/ --cov-report=xml > pytest-coverage.txt
pytest --cache-clear --cov=app app/tests/ --cov-report=xml > pytest-coverage.txt
env:
DATABASE_URL: postgresql://pepe
PYTHONPATH: ./app
Expand Down

0 comments on commit 3b17347

Please sign in to comment.