Changeset 52233 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 11/23/2021 05:40:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r52183 r52233 61 61 name: ${{ matrix.php }}${{ matrix.multisite && ' multisite' || '' }}${{ matrix.split_slow && ' slow tests' || '' }}${{ matrix.memcached && ' with memcached' || '' }} on ${{ matrix.os }} 62 62 runs-on: ${{ matrix.os }} 63 timeout-minutes: 20 63 64 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 64 65 strategy:
Note: See TracChangeset
for help on using the changeset viewer.