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:
@@ -81,4 +81,4 @@ jobs:
|
|||||||
NEXTCLOUD_USERNAME: "admin"
|
NEXTCLOUD_USERNAME: "admin"
|
||||||
NEXTCLOUD_PASSWORD: "admin"
|
NEXTCLOUD_PASSWORD: "admin"
|
||||||
run: |
|
run: |
|
||||||
uv run pytest -v --log-cli-level=WARN
|
uv run pytest -v --log-cli-level=WARN --ignore=tests/manual
|
||||||
|
|||||||
Reference in New Issue
Block a user