Update python-app.yml

This commit is contained in:
Yûki VACHOT 2022-01-18 16:57:02 +01:00 committed by GitHub
parent 77f8fe5f77
commit 833091a54b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,4 +34,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with unittest
run: |
python test.py
python backend/test.py