Make WordPress Core

Changeset 59669


Ignore:
Timestamp:
01/21/2025 08:32:24 AM (2 months ago)
Author:
swissspidy
Message:

Build/Test Tools: Do not download extra browsers in performance tests.

Props euthelup, johnbillion, mukesh27.
Fixes #62822.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-performance.yml

    r59582 r59669  
    3939env:
    4040  PUPPETEER_SKIP_DOWNLOAD: ${{ true }}
     41
     42  # Prevent wp-scripts from downloading extra Playwright browsers,
     43  # since Chromium will be installed in its dedicated step already.
     44  PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
    4145
    4246  # Performance testing should be performed in an environment reflecting a standard production environment.
Note: See TracChangeset for help on using the changeset viewer.