ci: add composer config for path repositories (v5)
This commit is contained in:
parent
9e142f79af
commit
004fee2100
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ jobs:
|
|||
../php-framework
|
||||
ls -la ../php-framework/composer.json
|
||||
|
||||
- name: Configure path repositories
|
||||
run: |
|
||||
composer config repositories.core path ../php-framework --no-interaction
|
||||
|
||||
- name: Install dependencies
|
||||
run: composer install --prefer-dist --no-interaction --no-progress
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue