test: Use separate docker compose command

This commit is contained in:
Chris Coutinho
2025-10-22 06:38:05 +02:00
parent c069d78f80
commit 8a3269f366
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -62,4 +62,4 @@ jobs:
NEXTCLOUD_USERNAME: "admin"
NEXTCLOUD_PASSWORD: "admin"
run: |
uv run pytest -v --log-level=INFO
uv run pytest -v --log-cli-level=INFO
+2 -1
View File
@@ -982,7 +982,8 @@ async def _create_oauth_client_with_scopes(
# JWT tokens are required for scope enforcement (scopes are embedded in token claims)
result = subprocess.run(
[
"docker-compose",
"docker",
"compose",
"exec",
"-T",
"-u",