Skip to content

Commit ff06058

Browse files
committed
CI
1 parent 77515cd commit ff06058

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@ jobs:
138138
--dbpass="$WP_DB_PASS" \
139139
--dbhost="$WP_DB_HOST" \
140140
--path=/tmp/wp \
141-
--skip-check
141+
--skip-check \
142+
--extra-php <<'PHP'
143+
define( 'DISABLE_WP_CRON', true );
144+
PHP
142145
wp core install \
143146
--url="${WP_SITE_URL}" \
144147
--title="Test Site" \

0 commit comments

Comments
 (0)