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

This commit is contained in:
André Menrath 2024-09-21 09:07:27 +02:00
parent 99040231ba
commit c300fa8c36

View file

@ -47,6 +47,8 @@ jobs:
- name: Setup Test Environment
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest
- run: ls -l $WP_CORE_DIR && ls -l $WP_CORE_DIR/wp-includes && ls -l $WP_CORE_DIR/wp-includes/PHPMailer/
- name: Unit Testing
run: cd /workspace/Event-Federation/wordpress-activitypub-event-extensions/ && phpunit
env: