mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 02:34:38 +00:00
Build/Test Tools: Merge pre-commit changes missed in [56439].
Props l1nuxjedi. See #30462. git-svn-id: https://develop.svn.wordpress.org/trunk@56440 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
5
.github/workflows/phpunit-tests-run.yml
vendored
5
.github/workflows/phpunit-tests-run.yml
vendored
@@ -24,7 +24,7 @@ on:
|
||||
description: 'Database version'
|
||||
required: false
|
||||
type: 'string'
|
||||
default: '5.7'
|
||||
default: '8.0'
|
||||
multisite:
|
||||
description: 'Whether to run tests as multisite'
|
||||
required: false
|
||||
@@ -41,7 +41,7 @@ on:
|
||||
type: 'string'
|
||||
default: 'phpunit.xml.dist'
|
||||
report:
|
||||
description: 'Whether to report results to WordPress.org hosting tests'
|
||||
description: 'Whether to report results to WordPress.org Hosting Tests'
|
||||
required: false
|
||||
type: 'boolean'
|
||||
default: false
|
||||
@@ -51,6 +51,7 @@ env:
|
||||
LOCAL_DB_VERSION: ${{ inputs.db-version }}
|
||||
LOCAL_PHP_MEMCACHED: ${{ inputs.memcached }}
|
||||
PHPUNIT_CONFIG: ${{ inputs.phpunit-config }}
|
||||
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: ${{ true }}
|
||||
|
||||
jobs:
|
||||
# Runs the PHPUnit tests for WordPress.
|
||||
|
||||
Reference in New Issue
Block a user