test
All checks were successful
PHP Code Checker / Run PHP Code Checker (pull_request) Successful in 32s
Unit Testing / Run phpunit tests (pull_request) Successful in 4m22s

This commit is contained in:
André Menrath 2024-09-21 13:32:32 +02:00
parent 80a5e13fba
commit 0329ed8f19

View file

@ -57,7 +57,7 @@ jobs:
- name: Install PHP Unit - name: Install PHP Unit
if: steps.cache-composer-phpunit.outputs.cache-hit != 'true' if: steps.cache-composer-phpunit.outputs.cache-hit != 'true'
# Polyfills requires all needed packages including phpunit itself. # Polyfills requires all needed packages including phpunit itself.
run: composer install yoast/phpunit-polyfills:"^3.0" run: composer require --dev yoast/phpunit-polyfills:"^3.0"
- name: Install and cache mysqladmin needed to initialize the test database - name: Install and cache mysqladmin needed to initialize the test database
uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest