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

This commit is contained in:
André Menrath 2024-09-21 08:09:05 +02:00
parent 97b62577ca
commit b6b766a059

View file

@ -50,6 +50,6 @@ jobs:
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest
- name: Unit Testing - name: Unit Testing
run: phpunit run: ./vendor/bin/phpunit
env: env:
PHP_VERSION: ${{ matrix.php-versions }} PHP_VERSION: ${{ matrix.php-versions }}