diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index 26b8bfd..f0d590f 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -38,7 +38,7 @@ jobs: path: | ${{ env.WP_CORE_DIR }} ${{ env.WP_TESTS_DIR }} - key: cache-wordpress-2 + key: cache-wordpress-3 - name: Cache Composer id: cache-composer-phpunit diff --git a/bin/install-wp-tests.sh b/bin/install-wp-tests.sh index 87f7f46..82ae65f 100755 --- a/bin/install-wp-tests.sh +++ b/bin/install-wp-tests.sh @@ -219,7 +219,7 @@ install_wp_plugin() { fi # 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() {