forgejo_runner #26

Closed
linos wants to merge 50 commits from forgejo_runner into main
Showing only changes of commit b6b766a059 - Show all commits

View file

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