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 232f8a8 commit b352151Copy full SHA for b352151
.github/workflows/tests.yml
@@ -62,9 +62,7 @@ jobs:
62
sed -i "s/database_name_here/${WP_DB_NAME}/" wordpress/wp-config.php
63
sed -i "s/username_here/${WP_DB_USER}/" wordpress/wp-config.php
64
sed -i "s/password_here/${WP_DB_PASS}/" wordpress/wp-config.php
65
- echo "define( 'DB_HOST', '${WP_DB_HOST}' );" >> wordpress/wp-config.php
66
- echo "define( 'WP_HOME', '${WP_SITE_URL}' );" >> wordpress/wp-config.php
67
- echo "define( 'WP_SITEURL', '${WP_SITE_URL}' );" >> wordpress/wp-config.php
+ sed -i "s/localhost/${WP_DB_HOST}/" wordpress/wp-config.php
68
69
- name: Install WordPress
70
run: |
0 commit comments