test: Use separate docker compose command
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user