Changeset 63786
- Timestamp:
- 09/21/2026 08:54:12 PM (8 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-phpunit-tests-v3.yml
r63782 r63786 323 323 run: node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit --verbose -c "${PHPUNIT_CONFIG}" --group external-http 324 324 325 # PHPUnit versions used below PHP 7.3 do not support --fail-on-empty-test-suite. 325 326 - name: Run PHPUnit tests${{ inputs.phpunit-test-groups && format( ' ({0} groups)', inputs.phpunit-test-groups ) || '' }}${{ inputs.coverage-report && ' with coverage report' || '' }} 326 327 continue-on-error: ${{ inputs.allow-errors }} … … 330 331 --verbose \ 331 332 -c "${PHPUNIT_CONFIG}" \ 332 ${{ inputs.phpunit-test-groups && '--group "${TEST_GROUPS}" --fail-on-empty-test-suite' || '' }} \ 333 ${{ inputs.phpunit-test-groups && '--group "${TEST_GROUPS}"' || '' }} \ 334 ${{ inputs.phpunit-test-groups && inputs.php >= '7.3' && '--fail-on-empty-test-suite' || '' }} \ 333 335 ${{ inputs.coverage-report && '--coverage-clover "wp-code-coverage-${MULTISITE_FLAG}-${GITHUB_SHA}.xml"' || '' }} 334 336 env:
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)