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.

git-svn-id: https://develop.svn.wordpress.org/trunk@56973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2023-10-19 15:03:51 +00:00
parent 3850ddca39
commit 545748c9d2

View File

@@ -15,9 +15,12 @@ concurrency:
# Any needed permissions should be configured at the job level.
permissions: {}
# Exposes WordPress builds as a GitHub artifact to enable
env:
PUPPETEER_SKIP_DOWNLOAD: ${{ true }}
# Exposes WordPress builds as a GitHub artifact to enable
# previewing Pull Requests inside WordPress Playground.
#
#
# @see https://github.com/WordPress/wordpress-playground/pull/700
# @see https://github.com/WordPress/wordpress-develop/pull/5481
jobs: