use correct path for phpunit

This commit is contained in:
David Stone
2025-02-02 02:00:45 -07:00
parent c35b4b5508
commit f59debc4a6

View File

@ -39,7 +39,7 @@ job-references:
composer install composer install
rm -rf $WP_TESTS_DIR $WP_CORE_DIR rm -rf $WP_TESTS_DIR $WP_CORE_DIR
bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 latest bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 latest
phpunit vendor/bin/phpunit
jobs: jobs:
php74-build: php74-build: