From ce5afbce6c9eed59da5f46ac2b756a90fa0244cb Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 17 Mar 2025 16:28:49 +0000 Subject: [PATCH] =?UTF-8?q?Build/Test=20Tools:=20Don=E2=80=99t=20install?= =?UTF-8?q?=20Playwright=20browsers=20in=205.9=20branch.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes use of the new input added in [60005] that allows older branches to skip Playwright related steps. Merges [60006] to the 5.9 branch. See #63117. git-svn-id: https://develop.svn.wordpress.org/branches/5.9@60011 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/end-to-end-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index c44639d0d5..c881a19e53 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -49,6 +49,7 @@ jobs: LOCAL_SCRIPT_DEBUG: ${{ matrix.LOCAL_SCRIPT_DEBUG }} php-version: '8.0' install-gutenberg: false + install-playwright: false slack-notifications: name: Slack Notifications