From b6b766a059f0b2190f46539a5e1ebd54dfc7cc66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 21 Sep 2024 08:09:05 +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 7bc8ec0..08b270b 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -50,6 +50,6 @@ jobs: run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest - name: Unit Testing - run: phpunit + run: ./vendor/bin/phpunit env: PHP_VERSION: ${{ matrix.php-versions }}