ci: Add --setup-show to pytest

This commit is contained in:
Chris Coutinho
2025-10-19 00:28:28 +02:00
parent b72514bb32
commit 7818eb104e
+1 -1
View File
@@ -62,4 +62,4 @@ jobs:
NEXTCLOUD_USERNAME: "admin"
NEXTCLOUD_PASSWORD: "admin"
run: |
uv run pytest -v --log-cli-level=INFO
uv run pytest --setup-show -v --log-cli-level=INFO