Ticket #59458: 59458.diff
| File 59458.diff, 981 bytes (added by , 3 years ago) |
|---|
-
.github/workflows/phpunit-tests-run.yml
74 74 # - Checks out the WordPress Test reporter repository. 75 75 # - Submit the test results to the WordPress.org host test results. 76 76 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)' || '' }} 78 78 runs-on: ${{ inputs.os }} 79 79 timeout-minutes: 20 80 80
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)