Update python-app.yml
This commit is contained in:
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@@ -34,5 +34,5 @@ jobs:
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: Start app
|
||||
run: |
|
||||
pytest pony.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
|
||||
pytest pony.py --doctest-modules --junitxml=junit/test-results.xml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user