test
Some checks failed
PHPUnit / PHPUnit – PHP (push) Failing after 1m3s

This commit is contained in:
André Menrath 2024-09-24 10:40:03 +02:00
parent 4b151f2f4e
commit 05779ea0d6
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ jobs:
path: | path: |
${{ env.WP_CORE_DIR }} ${{ env.WP_CORE_DIR }}
${{ env.WP_TESTS_DIR }} ${{ env.WP_TESTS_DIR }}
key: cache-wordpress-2 key: cache-wordpress-3
- name: Cache Composer - name: Cache Composer
id: cache-composer-phpunit id: cache-composer-phpunit

View file

@ -219,7 +219,7 @@ install_wp_plugin() {
fi fi
# Unzip the plugin into the WordPress must-use plugins directory # Unzip the plugin into the WordPress must-use plugins directory
unzip -o "$TMPDIR/$PLUGIN_FILE" -d "$WP_CORE_DIR/wp-content/plugins/" unzip -q -o "$TMPDIR/$PLUGIN_FILE" -d "$WP_CORE_DIR/wp-content/plugins/"
} }
install_wp_plugins() { install_wp_plugins() {