Make WordPress Core

Changeset 57551


Ignore:
Timestamp:
02/07/2024 11:29:55 AM (15 months ago)
Author:
desrosj
Message:

Build/Test Tools: Pin a specific commit for Hosting Test Reporter.

An upstream change in the Hosting Test Reporter is causing failures in the PHPUnit workflow. This temporarily pins an older hash to the step that checks the reporter out.

Props youknowriad.
See #59647.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/phpunit-tests-run.yml

    r57362 r57551  
    178178        with:
    179179          repository: 'WordPress/phpunit-test-runner'
     180          ref: '1b1398b92a5119dcdbfb40669b26f6c63cd65653'
    180181          path: 'test-runner'
    181182          show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
Note: See TracChangeset for help on using the changeset viewer.