From 80a5e13fba969e57bcfc6ad857b8a95bdfae437a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 21 Sep 2024 13:30:10 +0200 Subject: [PATCH] test --- .forgejo/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index e2884c9..a1ae46d 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -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 yoast/phpunit-polyfills:"^3.0" + run: 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