fix: install module dependencies before running integration tests
PHP Unit Tests / test (pull_request) Successful in 1m24s
PHP Integration Tests / Integration Tests (pull_request) Successful in 1m43s

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