From 05779ea0d6cf00c0efbdcc7d5acff63f48144b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Tue, 24 Sep 2024 10:40:03 +0200 Subject: [PATCH] test --- .forgejo/workflows/phpunit.yml | 2 +- bin/install-wp-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {