diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c769f53a6..9c1ed2163 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: run: composer update -W - name: Setup WP Tests - run: bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 + run: bash bin/install-wp-tests.sh wordpress_test root root - name: PHPUnit run: './vendor/bin/phpunit'