From 33b5dcd8ee64253b0e95aa646e69321edda3be8e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 23 Jul 2026 22:32:12 -0400 Subject: [PATCH] fix: install module dependencies before running integration tests Signed-off-by: Sebastian --- .github/workflows/php-integration-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/php-integration-tests.yml b/.github/workflows/php-integration-tests.yml index 7e55df6..5709096 100644 --- a/.github/workflows/php-integration-tests.yml +++ b/.github/workflows/php-integration-tests.yml @@ -44,6 +44,10 @@ jobs: path: server/modules/service_dav github-server-url: https://git.ktrix.dev + - name: Install module dependencies + run: composer install --prefer-dist --no-progress + working-directory: server/modules/service_dav + - name: Install and enable module working-directory: server run: |