Make WordPress Core

Changeset 59355


Ignore:
Timestamp:
11/05/2024 06:10:16 PM (8 months ago)
Author:
desrosj
Message:

Build/Test Tools: Run test coverage when PHPunit workflow changes.

[59287] updated the test coverage workflow to make use of the reusable PHPUnit workflow logic to prevent having duplicate code. The workflow should be run when the reusable file is updated to confirm any changes made work as expected.

See #62221.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-coverage.yml

    r59287 r59355  
    88    paths:
    99      - '.github/workflows/test-coverage.yml'
     10      - '.github/workflows/reusable-phpunit-tests-v3.yml'
    1011      - 'docker-compose.yml'
    1112      - 'phpunit.xml.dist'
     
    1617    paths:
    1718      - '.github/workflows/test-coverage.yml'
     19      - '.github/workflows/reusable-phpunit-tests-v3.yml'
    1820      - 'docker-compose.yml'
    1921      - 'phpunit.xml.dist'
Note: See TracChangeset for help on using the changeset viewer.