Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions scripts/setup-test-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ wp import /tmp/testdata.xml --authors=create
wp plugin deactivate wordpress-importer
wp plugin delete wordpress-importer

curl -sSL https://downloads.wordpress.org/plugin/gutenberg.21.7.0.zip -o /tmp/gutenberg.zip
unzip -q /tmp/gutenberg.zip -d wp-content/plugins/
wp plugin activate gutenberg
wp plugin install gutenberg --activate

# Install custom must-use plugins for integration tests
mkdir -p wp-content/mu-plugins
Expand Down