Workflow: Setup `ipl/web` dependency for unit test
This commit is contained in:
parent
75c409703d
commit
35b2145754
|
@ -111,7 +111,7 @@ jobs:
|
|||
|
||||
- name: Setup dependencies
|
||||
run: |
|
||||
composer require -n --no-progress mockery/mockery ipl/i18n:@dev
|
||||
composer require -n --no-progress mockery/mockery ipl/i18n:@dev ipl/web:@dev
|
||||
git clone --depth 1 --branch snapshot/nightly https://github.com/Icinga/icinga-php-thirdparty.git vendor/icinga-php-thirdparty
|
||||
|
||||
- name: PHPUnit
|
||||
|
|
Loading…
Reference in New Issue