Skip to content

Commit 18b6af3

Browse files
committed
wip
1 parent 2281be0 commit 18b6af3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
- name: Install WordPress
7777
run: |
7878
cp wordpress/wp-config-sample.php wordpress/wp-config.php
79-
wp config set DB_NAME "wordpress" --path=wordpress --allow-root
80-
wp config set DB_USER "root" --path=wordpress --allow-root
81-
wp config set DB_PASSWORD "root" --path=wordpress --allow-root
82-
wp config set DB_HOST "localhost" --path=wordpress --allow-root
79+
wp config set DB_NAME "$WP_DB_NAME" --path=wordpress --allow-root
80+
wp config set DB_USER "$WP_DB_USER" --path=wordpress --allow-root
81+
wp config set DB_PASSWORD "$WP_DB_PASS" --path=wordpress --allow-root
82+
wp config set DB_HOST "$WP_DB_HOST" --path=wordpress --allow-root
8383
wp config set WP_DEBUG true --raw --path=wordpress --allow-root
8484
wp config set WP_DEBUG_LOG true --raw --path=wordpress --allow-root
8585
wp core install \

0 commit comments

Comments
 (0)