Make WordPress Core

Changeset 56973

Timestamp:
10/19/2023 03:03:51 PM (9 months ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/build.yml

    r56958 r56973  
    1616permissions: {}
    1717
    18 # Exposes WordPress builds as a GitHub artifact to enable
     18env:
     19  PUPPETEER_SKIP_DOWNLOAD: ${{ true }}
     20
     21# Exposes WordPress builds as a GitHub artifact to enable
    1922# previewing Pull Requests inside WordPress Playground.
    20 # 
     23#
    2124# @see https://github.com/WordPress/wordpress-playground/pull/700
    2225# @see https://github.com/WordPress/wordpress-develop/pull/5481
Note: See TracChangeset for help on using the changeset viewer.