Build/Test Tools: Skip Puppeteer download in build workflow.

This adds the `PUPPETEER_SKIP_DOWNLOAD` environment variable to the Build WordPress workflow to skip downloading Puppeteer browser binaries unnecessarily.

Follow up to [56958].

See #59416, #59517, #58863.
Built from https://develop.svn.wordpress.org/trunk@56973


git-svn-id: http://core.svn.wordpress.org/trunk@56484 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2023-10-19 15:05:24 +00:00
parent 207fe0533e
commit 9b66ebdf48
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5-alpha-56972';
$wp_version = '6.5-alpha-56973';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.