forgejo_runner #26

Open
linos wants to merge 27 commits from forgejo_runner into main
Showing only changes of commit f070a2d48d - Show all commits

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