test
Some checks failed
/ test (push) Successful in 2s
Unit Testing / Run phpunit tests (pull_request) Failing after 4m13s

This commit is contained in:
André Menrath 2024-09-21 00:41:02 +02:00
parent 658b65adf1
commit f070a2d48d

View file

@ -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 }}