mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
php: Don't generate any locales for tests
They're not needed any more due to the use of ipl-i18n
This commit is contained in:
parent
f363bf5bf6
commit
9e6d2e8aec
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
@ -105,9 +105,7 @@ jobs:
|
||||
extensions: mysql, pgsql, ldap
|
||||
|
||||
- name: Setup dependencies
|
||||
run: |
|
||||
sudo locale-gen en_US.UTF-8 de_DE.UTF-8 fr_FR.UTF-8
|
||||
composer require -n --no-progress mockery/mockery ipl/i18n:@dev
|
||||
run: composer require -n --no-progress mockery/mockery ipl/i18n:@dev
|
||||
|
||||
- name: PHPUnit
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user