Changeset 50704
- Timestamp:
- 04/13/2021 04:10:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r50670 r50704 69 69 # - todo: Configure Slack notifications for failing tests. 70 70 test-php: 71 name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.split_slow && ' slow tests' || '' }} 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 73 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
Note: See TracChangeset
for help on using the changeset viewer.