Skip to content

Commit 731e60f

Browse files
committed
checkout server folder before running tests
1 parent 4b4d4f4 commit 731e60f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
- name: Run tests
3333
run: |
3434
source venv/bin/activate
35-
python -m unittest discover -s server/tests/test_app.py
35+
cd server
36+
python3 -m unittest tests/test_app.py

0 commit comments

Comments
 (0)