test
Some checks failed
PHP Code Checker / Run PHP Code Checker (pull_request) Successful in 33s
Unit Testing / Run phpunit tests (pull_request) Failing after 1m1s

This commit is contained in:
André Menrath 2024-09-21 12:53:02 +02:00
parent 535e77c017
commit e3041b015f

View file

@ -67,6 +67,8 @@ jobs:
if: steps.cache-wordpress.outputs.cache-hit != 'true' if: steps.cache-wordpress.outputs.cache-hit != 'true'
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 6.6 run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 6.6
- run: composer show -i
- 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/ && ./vendor/bin/phpunit
env: env: