We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wp-config.php
1 parent aa6bd9f commit ebbc723Copy full SHA for ebbc723
1 file changed
.github/workflows/reusable-phpunit-tests-v4.yml
@@ -173,7 +173,7 @@ jobs:
173
run: wp config set DB_NAME wordpress_develop_tests --config-file=wp-tests-config.php
174
175
- name: Change DB_USER value
176
- run: wp config set DB_USER 127.0.0.1:${{ job.services.database.ports['3306'] }} --config-file=wp-tests-config.php
+ run: wp config set DB_USER root --config-file=wp-tests-config.php
177
178
- name: Change DB_PASSWORD value
179
run: wp config set DB_PASSWORD password --config-file=wp-tests-config.php
0 commit comments