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