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:
committed by
Chris Coutinho
parent
b41bbd6c65
commit
63b457380a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user