Skip to content

Commit 0caeea2

Browse files
committed
Build/Test Tools: Don’t install Gutenberg for E2E tests in 6.4.
The minimum required version of WordPress for the Gutenberg plugin was recently raised to 6.5. This updates the 6.4 branch to skip installing and activating Gutenberg during E2E testing as has already been done for older branches. See #61530. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@59212 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9dc9cc1 commit 0caeea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
LOCAL_SCRIPT_DEBUG: [ true, false ]
4949
with:
5050
LOCAL_SCRIPT_DEBUG: ${{ matrix.LOCAL_SCRIPT_DEBUG }}
51+
install-gutenberg: false
5152

5253
slack-notifications:
5354
name: Slack Notifications

0 commit comments

Comments
 (0)