Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test(integration): Fix composer install command
Signed-off-by: Louis Chmn <louis@chmn.me>
  • Loading branch information
artonge committed Jan 9, 2026
commit 5aea939554b923b49e75ac7fbf1e3d91d12e7b89
3 changes: 1 addition & 2 deletions tests/integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading