fix: install module dependencies before running integration tests
PHP Unit Tests / test (pull_request) Successful in 53s
PHP Integration Tests / Integration Tests (pull_request) Failing after 49s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-23 22:32:11 -04:00
parent 8b9f3fdb99
commit 6b60e37cb4
@@ -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: |