fix: install module dependencies before running integration tests
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -44,6 +44,10 @@ jobs:
|
|||||||
path: server/modules/provider_local_people
|
path: server/modules/provider_local_people
|
||||||
github-server-url: https://git.ktrix.dev
|
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
|
- name: Install and enable module
|
||||||
working-directory: server
|
working-directory: server
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user