diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index ea79fec..5d18ef8 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -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: