Skip to content

Commit 7be1074

Browse files
committed
Build/Test Tools: Do not download extra browsers in performance tests.
Props euthelup, johnbillion, mukesh27. Fixes #62822. git-svn-id: https://develop.svn.wordpress.org/trunk@59669 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0bb851e commit 7be1074

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-performance.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ on:
3939
env:
4040
PUPPETEER_SKIP_DOWNLOAD: ${{ true }}
4141

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
45+
4246
# Performance testing should be performed in an environment reflecting a standard production environment.
4347
LOCAL_WP_DEBUG: false
4448
LOCAL_SCRIPT_DEBUG: false

0 commit comments

Comments
 (0)