fix: install module dependencies before running integration tests
Build Test / test (pull_request) Successful in 28s
JS Unit Tests / test (pull_request) Failing after 29s
PHP Unit Tests / test (pull_request) Successful in 1m11s
PHP Integration Tests / Integration Tests (pull_request) Successful in 1m55s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-23 22:32:06 -04:00
parent cbc2fcd7c7
commit 69fc2054d8
@@ -44,6 +44,10 @@ jobs:
path: server/modules/mail_manager
github-server-url: https://git.ktrix.dev
- name: Install module dependencies
run: composer install --prefer-dist --no-progress
working-directory: server/modules/mail_manager
- name: Install and enable module
working-directory: server
run: |