mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user