File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Validate Python and tests
2222 run : |
2323 python -m py_compile app.py scripts/hash-password.py
24- pytest -q
24+ python -m pytest -q
2525 - name : Validate shell scripts
2626 run : bash -n setup.sh scripts/install-imapsync-ubuntu.sh
2727 - name : Validate browser JavaScript
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Kuyruk yöneticisi uygulama içinde çalıştığından yalnızca tek Uvicorn wo
139139python3 -m venv .venv
140140source .venv/bin/activate
141141pip install -r requirements-dev.txt
142- pytest -q
142+ python -m pytest -q
143143```
144144
145145GitHub Actions her push ve pull request'te Python testlerini, JavaScript sözdizimini ve Ubuntu kurulum betiklerini doğrular.
@@ -279,7 +279,7 @@ Run exactly one Uvicorn worker because the queue manager lives inside the applic
279279python3 -m venv .venv
280280source .venv/bin/activate
281281pip install -r requirements-dev.txt
282- pytest -q
282+ python -m pytest -q
283283```
284284
285285GitHub Actions validates the Python tests, JavaScript syntax, and Ubuntu installation scripts on every push and pull request.
You can’t perform that action at this time.
0 commit comments