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

This commit is contained in:
André Menrath 2024-09-21 08:26:57 +02:00
parent eed3f1897e
commit c1ec8997cc

View file

@ -43,6 +43,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: cd /workspace/Event-Federation/wordpress-activitypub-event-extensions/ && ./vendor/bin/phpunit run: cd /workspace/Event-Federation/wordpress-activitypub-event-extensions/ && phpunit
env: env:
PHP_VERSION: ${{ matrix.php-versions }} PHP_VERSION: ${{ matrix.php-versions }}