We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88a90b commit 0e1f3b0Copy full SHA for 0e1f3b0
1 file changed
.github/workflows/tests.yml
@@ -134,10 +134,8 @@ jobs:
134
--dbpass="$WP_DB_PASS" \
135
--dbhost="$WP_DB_HOST" \
136
--path=/tmp/wp \
137
- --skip-check \
138
- --extra-php <<'PHP'
139
- define( 'DISABLE_WP_CRON', true );
140
- PHP
+ --skip-check
+ wp config set DISABLE_WP_CRON true --raw --path=/tmp/wp
141
wp core install \
142
--url="${WP_SITE_URL}" \
143
--title="Test Site" \
0 commit comments