test: Disable interactive tests for ci

This commit is contained in:
Chris Coutinho
2025-10-13 18:07:51 +02:00
parent 17979accb6
commit 605c8afacd
2 changed files with 1 additions and 95 deletions
+1 -1
View File
@@ -56,4 +56,4 @@ jobs:
NEXTCLOUD_USERNAME: "admin"
NEXTCLOUD_PASSWORD: "admin"
run: |
uv run --frozen python -m pytest
uv run --frozen python -m pytest -m 'not interactive'