We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4d4f4 commit 731e60fCopy full SHA for 731e60f
.github/workflows/python-app.yml
@@ -32,4 +32,5 @@ jobs:
32
- name: Run tests
33
run: |
34
source venv/bin/activate
35
- python -m unittest discover -s server/tests/test_app.py
+ cd server
36
+ python3 -m unittest tests/test_app.py
0 commit comments