Add integration tests for The Events Calendar #31

Merged
linos merged 17 commits from improve_tests into main 2024-09-24 16:24:32 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 05779ea0d6 - Show all commits

View file

@ -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

View file

@ -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() {