Make WordPress Core

Changeset 56954

Timestamp:
10/17/2023 11:27:24 AM (9 months ago)
Author:
swissspidy
Message:

Build/Test Tools: Reinstate PUPPETEER_SKIP_DOWNLOAD for most CI workflows.

The PUPPETEER_SKIP_DOWNLOAD environment variable is used to prevent Puppeteer from automatically downloading browser binaries.
It was removed in [56926] due to the migration to Playwright. However, because of the QUnit tests, Puppeteer is actually still a dependency.

Until those tests change, we have to keep this environment variable to prevent unnecessary downloads on CI.

Props SergeyBiryukov.
Fixes #59517.

Location:
trunk/.github/workflows
Files:
6 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.