Make WordPress Core

Changeset 50704


Ignore:
Timestamp:
04/13/2021 04:10:12 PM (3 years ago)
Author:
ocean90
Message:

Build/Test Tools: Remove an extra space in the job name for PHPUnit tests.

See #52625.

File:
1 edited

Legend:

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

    r50670 r50704  
    6969  # - todo: Configure Slack notifications for failing tests.
    7070  test-php:
    71     name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.split_slow && ' slow tests' || '' }} ${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }}
     71    name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.split_slow && ' slow tests' || '' }}${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }}
    7272    runs-on: ${{ matrix.os }}
    7373    if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
Note: See TracChangeset for help on using the changeset viewer.