Skip to content

Commit c437613

Browse files
committed
wip
1 parent 63cea2b commit c437613

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
# Add WP_DEBUG settings
8484
sed -i "/define( 'DB_COLLATE', '' );/a define( 'WP_DEBUG', true );\ndefine( 'WP_DEBUG_LOG', true );" wordpress/wp-config.php
8585
86+
- name: Test config
87+
run: wp config list --path=wordpress --allow-root
88+
8689
- name: Install WordPress
8790
run: |
8891
wp core install \

0 commit comments

Comments
 (0)