ci: Run smoke tests only in ci

This commit is contained in:
Chris Coutinho
2025-11-13 22:06:07 +01:00
parent 14a59fdff3
commit 39259ef282
+1 -1
View File
@@ -85,4 +85,4 @@ jobs:
NEXTCLOUD_USERNAME: "admin"
NEXTCLOUD_PASSWORD: "admin"
run: |
uv run pytest -v --log-cli-level=WARN --ignore=tests/manual
uv run pytest -v --log-cli-level=WARN -m smoke