From 5aea939554b923b49e75ac7fbf1e3d91d12e7b89 Mon Sep 17 00:00:00 2001 From: Louis Chmn Date: Fri, 9 Jan 2026 11:04:35 +0100 Subject: [PATCH] test(integration): Fix `composer install` command Signed-off-by: Louis Chmn --- tests/integration/run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/run.sh b/tests/integration/run.sh index 1dfe35b70..1ef66e721 100755 --- a/tests/integration/run.sh +++ b/tests/integration/run.sh @@ -7,8 +7,7 @@ HIDE_OC_LOGS=$2 # Nextcloud integration tests composer ( - cd ${OC_PATH}build/integration - composer install + composer --working-dir $OC_PATH install ) INSTALLED=$($OCC status | grep installed: | cut -d " " -f 5)