Skip to content

Commit 0e1f3b0

Browse files
committed
CI
1 parent f88a90b commit 0e1f3b0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,8 @@ jobs:
134134
--dbpass="$WP_DB_PASS" \
135135
--dbhost="$WP_DB_HOST" \
136136
--path=/tmp/wp \
137-
--skip-check \
138-
--extra-php <<'PHP'
139-
define( 'DISABLE_WP_CRON', true );
140-
PHP
137+
--skip-check
138+
wp config set DISABLE_WP_CRON true --raw --path=/tmp/wp
141139
wp core install \
142140
--url="${WP_SITE_URL}" \
143141
--title="Test Site" \

0 commit comments

Comments
 (0)