Make WordPress Core


Ignore:
Timestamp:
06/05/2024 06:36:42 PM (8 months ago)
Author:
desrosj
Message:

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

This updates the 6.3 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.3 branch.

Props jorbin.
See #59416.

Location:
branches/6.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.3

  • branches/6.3/.github/workflows/test-build-processes.yml

    r58300 r58348  
    5151        os: [ ubuntu-latest, windows-latest ]
    5252        directory: [ 'src', 'build' ]
     53        include:
     54          # Only prepare artifacts once.
     55          - os: ubuntu-latest
     56            directory: 'build'
     57            save-build: true
     58            prepare-playground: ${{ github.event_name == 'pull_request' && true || '' }}
     59
    5360    with:
    5461      os: ${{ matrix.os }}
    5562      directory: ${{ matrix.directory }}
     63      save-build: ${{ matrix.save-build && matrix.save-build || false }}
     64      prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }}
    5665      test-emoji: false
    5766
Note: See TracChangeset for help on using the changeset viewer.