Make WordPress Core

Changeset 54699

Timestamp:
10/26/2022 03:06:21 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Introduce a workflow for testing and building default themes.

This introduces a GitHub Action workflow that performs the following steps for default themes:

  • Test installing npm dependencies and running the build script (for relevant themes).
  • Create ZIP files for the .org Theme directory and uploads them as workflow artifacts.

The workflow will only run on limited occasions, one of those being when Twenty Nineteen, Twenty Twenty, or Twenty Twenty-One is edited. These are the themes with build scripts that need to be tested for issues.

It can also be manually run through the GitHub Actions UI for occasions when the ZIP files are needed for a release.

Props peterwilsoncc, desrosj
Fixes #56898.

File:
1 added

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