From 1c26999a68348b579be63bb12bd3937dda4fdbb2 Mon Sep 17 00:00:00 2001 From: thelovekesh Date: Wed, 13 Nov 2024 00:52:29 +0530 Subject: [PATCH] Fix multisite status order --- .github/workflows/build-test-measure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-measure.yml b/.github/workflows/build-test-measure.yml index 94e78299d03..47e5318656d 100644 --- a/.github/workflows/build-test-measure.yml +++ b/.github/workflows/build-test-measure.yml @@ -263,7 +263,7 @@ jobs: # Adapted from workflow for running PHP unit tests on google/web-stories-wp. # See https://github.com/google/web-stories-wp/blob/cb2ebada48039171e25c279bdb27d3712dd70b22/.github/workflows/continuous-integration-unit-php.yml unit-test-php: - name: "Unit test${{ matrix.coverage && ' (with coverage)' || '' }}: PHP ${{ matrix.php }} ${{ matrix.multisite && 'Multisite' || '' }}, WP ${{ matrix.wp }} ${{ matrix.external-http && ', Testsuite: external-http' || '' }}" + name: "Unit test${{ matrix.coverage && ' (with coverage)' || '' }}: PHP ${{ matrix.php }}, WP ${{ matrix.wp }} ${{ matrix.multisite && 'Multisite' || '' }} ${{ matrix.external-http && ', Testsuite: external-http' || '' }}" runs-on: ubuntu-latest needs: pre-run env: