Make WordPress Core

Changeset 60766


Ignore:
Timestamp:
09/16/2025 12:50:26 AM (2 months ago)
Author:
desrosj
Message:

Build/Test Tools: Test certificate-related scripts in 6.8 branch.

This makes use of the new input added in [60765], which runs the copy:certificates and build:certificates Grunt tasks to ensure there are no uncommitted changes to files under version control.

Follow up to [60765].

See #63939.

File:
1 edited

Legend:

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

    r60092 r60766  
    6464            save-build: true
    6565            prepare-playground: ${{ github.event_name == 'pull_request' && true || '' }}
     66          # Test certificate build commands with Linux only.
     67          - os: ubuntu-24.04
     68            test-certificates: true
    6669
    6770    with:
    6871      os: ${{ matrix.os }}
    6972      directory: ${{ matrix.directory }}
     73      test-certificates: ${{ matrix.test-certificates && true || false }}
    7074      save-build: ${{ matrix.save-build && matrix.save-build || false }}
    7175      prepare-playground: ${{ matrix.prepare-playground && matrix.prepare-playground || false }}
Note: See TracChangeset for help on using the changeset viewer.