Skip to content

Commit 9ca1eeb

Browse files
committed
use localhost for db
1 parent 47cfb16 commit 9ca1eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: php -v
3737

3838
- name: Install WP Tests
39-
run: bash bin/install-wp-tests.sh wordpress_test root root localhost ${{ matrix.wp }}
39+
run: bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1:3306 ${{ matrix.wp }}
4040

4141
- name: phpunit tests
4242
run: phpunit

0 commit comments

Comments
 (0)