Update python-app.yml

This commit is contained in:
DarkShy
2024-01-08 09:58:31 +03:00
committed by GitHub
parent 2b50c33d52
commit dbe5d65be7

View File

@@ -34,5 +34,5 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Start app - name: Start app
run: | run: |
pytest pony.py --doctest-modules --junitxml=junit/test-results.xml python pony.py