Workflow: Setup `ipl/web` dependency for unit test

This commit is contained in:
raviks789 2023-08-28 17:01:24 +02:00
parent 75c409703d
commit 35b2145754
1 changed files with 1 additions and 1 deletions

View File

@ -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