Ticket #52983: 52983.diff
File 52983.diff, 637 bytes (added by , 4 years ago) |
---|
-
.github/workflows/phpunit-tests.yml
70 70 test-php: 71 71 name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.split_slow && ' slow tests' || '' }} ${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }} 72 72 runs-on: ${{ matrix.os }} 73 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 73 74 strategy: 74 75 fail-fast: false 75 76 matrix: