We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cfb16 commit 9ca1eebCopy full SHA for 9ca1eeb
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: php -v
37
38
- name: Install WP Tests
39
- run: bash bin/install-wp-tests.sh wordpress_test root root localhost ${{ matrix.wp }}
+ run: bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1:3306 ${{ matrix.wp }}
40
41
- name: phpunit tests
42
run: phpunit
0 commit comments