Changeset 56440 for trunk/.github/workflows/phpunit-tests-run.yml
- Timestamp:
- 08/24/2023 01:28:26 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests-run.yml
r56439 r56440 25 25 required: false 26 26 type: 'string' 27 default: ' 5.7'27 default: '8.0' 28 28 multisite: 29 29 description: 'Whether to run tests as multisite' … … 42 42 default: 'phpunit.xml.dist' 43 43 report: 44 description: 'Whether to report results to WordPress.org hosting tests'44 description: 'Whether to report results to WordPress.org Hosting Tests' 45 45 required: false 46 46 type: 'boolean' … … 52 52 LOCAL_PHP_MEMCACHED: ${{ inputs.memcached }} 53 53 PHPUNIT_CONFIG: ${{ inputs.phpunit-config }} 54 PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: ${{ true }} 54 55 55 56 jobs:
Note: See TracChangeset
for help on using the changeset viewer.