Skip to content

Commit b352151

Browse files
committed
Tests
1 parent 232f8a8 commit b352151

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ jobs:
6262
sed -i "s/database_name_here/${WP_DB_NAME}/" wordpress/wp-config.php
6363
sed -i "s/username_here/${WP_DB_USER}/" wordpress/wp-config.php
6464
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
65+
sed -i "s/localhost/${WP_DB_HOST}/" wordpress/wp-config.php
6866
6967
- name: Install WordPress
7068
run: |

0 commit comments

Comments
 (0)