fixed drone
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Philipp Lang 2022-11-24 14:26:26 +01:00
parent 7257f2fe22
commit d3d94dd51c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ steps:
- name: phpunit_tests
image: php:8.1.6
commands:
- apt-get update && apt-get install -y libcurl3-dev apt-utils zlib1g-dev libpng-dev libicu-dev libonig-dev rsync texlive-base texlive-xetex
- apt-get update && apt-get install -y libcurl3-dev apt-utils zlib1g-dev libpng-dev libicu-dev libonig-dev rsync texlive-base texlive-xetex texlive-lang-german
- docker-php-ext-install pdo_mysql curl gd intl mbstring
- php artisan migrate
- vendor/bin/phpunit