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

This commit is contained in:
André Menrath 2024-09-21 00:49:22 +02:00
parent f070a2d48d
commit 337afe84fb

View file

@ -46,6 +46,8 @@ jobs:
- name: Setup Test Environment
run: bash bin/install-wp-tests.sh wordpress_test root root localhost latest
- run: cat /tmp/wordpress/wp-config.php
- name: Unit Testing
run: phpunit
env: