Skip to content

Commit ebbc723

Browse files
committed
Properly set database user in wp-config.php
1 parent aa6bd9f commit ebbc723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-phpunit-tests-v4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
run: wp config set DB_NAME wordpress_develop_tests --config-file=wp-tests-config.php
174174

175175
- 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
176+
run: wp config set DB_USER root --config-file=wp-tests-config.php
177177

178178
- name: Change DB_PASSWORD value
179179
run: wp config set DB_PASSWORD password --config-file=wp-tests-config.php

0 commit comments

Comments
 (0)