Make WordPress Core

Ticket #59458: 59458.diff

File 59458.diff, 981 bytes (added by SergeyBiryukov, 3 years ago)
  • .github/workflows/phpunit-tests-run.yml

     
    7474  # - Checks out the WordPress Test reporter repository.
    7575  # - Submit the test results to the WordPress.org host test results.
    7676  phpunit-tests:
    77     name: PHP ${{ inputs.php }} / ${{ 'mariadb' == inputs.db-type && 'MariaDB' || 'MySQL' }} ${{ inputs.db-version }}${{ inputs.multisite && ' multisite' || '' }}${{ inputs.memcached && ' with memcached' || '' }}${{ inputs.report && ' (test reporting enabled)' || '' }}
     77    name: ${{ 'mariadb' == inputs.db-type && 'MariaDB' || 'MySQL' }} ${{ inputs.db-version }}${{ inputs.multisite && ' multisite' || '' }}${{ inputs.memcached && ' with memcached' || '' }}${{ inputs.report && ' (test reporting enabled)' || '' }}
    7878    runs-on: ${{ inputs.os }}
    7979    timeout-minutes: 20
    8080