fix test directory path in deploy-nginx workflow
This commit is contained in:
@@ -26,4 +26,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- run: pip install pytest
|
- run: pip install pytest
|
||||||
- run: pytest test/ -v
|
- run: pytest tests/ -v
|
||||||
|
|||||||
Reference in New Issue
Block a user