Improve Actions #27

Merged
linos merged 30 commits from improve_actions into main 2024-09-21 14:06:11 +02:00
Showing only changes of commit 7204bccb03 - Show all commits

View file

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