Skip to content

Commit 2bdab97

Browse files
committed
wip
1 parent 47b9e58 commit 2bdab97

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,7 @@ jobs:
8181
--dbpass="$WP_DB_PASS" \
8282
--dbhost="$WP_DB_HOST" \
8383
--path=wordpress \
84-
--skip-check \
85-
--extra-php <<PHP
86-
define( 'WP_DEBUG', true );
87-
define( 'WP_DEBUG_LOG', true );
88-
PHP
84+
--skip-check
8985
wp core install \
9086
--url="${WP_SITE_URL}" \
9187
--title="Test Site" \

0 commit comments

Comments
 (0)