From 6b60e37cb410c1e0a3fd82191ad1e9d64269f069 Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Thu, 23 Jul 2026 22:32:11 -0400 Subject: [PATCH] fix: install module dependencies before running integration tests Signed-off-by: Sebastian Krupinski --- .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 60d7a30..40ae80c 100644 --- a/.github/workflows/php-integration-tests.yml +++ b/.github/workflows/php-integration-tests.yml @@ -44,6 +44,10 @@ jobs: path: server/modules/provider_local_people github-server-url: https://git.ktrix.dev + - name: Install module dependencies + run: composer install --prefer-dist --no-progress + working-directory: server/modules/provider_local_people + - name: Install and enable module working-directory: server run: |