ci: exclude manual tests from CI test runs

Manual tests in tests/manual/ directory should not be run automatically in CI as they require manual interaction or are for debugging purposes only.
This commit is contained in:
Chris Coutinho
2025-11-03 10:27:22 +01:00
committed by Chris Coutinho
parent b41bbd6c65
commit 63b457380a
+1 -1
View File
@@ -81,4 +81,4 @@ jobs:
NEXTCLOUD_USERNAME: "admin"
NEXTCLOUD_PASSWORD: "admin"
run: |
uv run pytest -v --log-cli-level=WARN
uv run pytest -v --log-cli-level=WARN --ignore=tests/manual