Make WordPress Core

Changeset 58346


Ignore:
Timestamp:
06/05/2024 06:30:03 PM (4 months ago)
Author:
desrosj
Message:

Build/Test Tools: Always generate build ZIP on push for 6.5.

This updates the 6.5 branch to make use of [58345], which fixes a bug where a ZIP file with built WordPress is not saved as an artifact causing the performance workflow to fail.

Merges [53845] to the 6.5 branch.

Props jorbin.
See #60095.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5/.github/workflows/test-build-processes.yml

    r58166 r58346  
    4141        os: [ ubuntu-latest, windows-latest ]
    4242        directory: [ 'src', 'build' ]
     43        include:
     44          # Only prepare artifacts once.
     45          - os: ubuntu-latest
     46            directory: 'build'
     47            save-build: true
     48            prepare-playground: ${{ github.event_name == 'pull_request' && true || '' }}
     49
    4350    with:
    4451      os: ${{ matrix.os }}
    4552      directory: ${{ matrix.directory }}
     53      save-build: ${{ matrix.save-build && matrix.save-build || false }}
     54      prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }}
    4655
    4756  # Tests the WordPress Core build process on MacOS.
Note: See TracChangeset for help on using the changeset viewer.