Skip to content

Commit

Permalink
Fix multisite status order
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Nov 12, 2024
1 parent a476c42 commit 1c26999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1c26999

Please sign in to comment.