fix test directory path in deploy-nginx workflow

This commit is contained in:
2026-03-20 15:19:41 -04:00
parent cc07a34489
commit 9a2918a1f4
+1 -1
View File
@@ -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