From 86f8a3c1ce98748d4027480eaf3cfb4973136eec Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 7 Feb 2024 13:55:50 +0000 Subject: [PATCH] Build/Test Tools: Revert [57551]. Problematic changes to the test reporter were merged upstream. This specific SHA also did not fix the issue. Props javiercasares. See #59647. git-svn-id: https://develop.svn.wordpress.org/trunk@57552 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/phpunit-tests-run.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/phpunit-tests-run.yml b/.github/workflows/phpunit-tests-run.yml index 1650f4cbda..cdedb45273 100644 --- a/.github/workflows/phpunit-tests-run.yml +++ b/.github/workflows/phpunit-tests-run.yml @@ -177,7 +177,6 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: repository: 'WordPress/phpunit-test-runner' - ref: '1b1398b92a5119dcdbfb40669b26f6c63cd65653' path: 'test-runner' show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}