Files
actions/php-tests
Ismo Vuorinen 6ebc5a21d5 fix: local references, release workflow (#301)
* fix: local references, release workflow

* chore: apply cr comments
2025-10-23 23:24:20 +03:00
..

ivuorinen/actions/php-tests

PHP Tests

Description

Run PHPUnit tests on the repository

Inputs

name description required default
token

GitHub token for authentication

false ""
username

GitHub username for commits

false github-actions
email

GitHub email for commits

false github-actions@github.com

Outputs

name description
test_status

Test execution status (success/failure/skipped)

tests_run

Number of tests executed

tests_passed

Number of tests passed

coverage_path

Path to coverage report

Runs

This action is a composite action.

Usage

- uses: ivuorinen/actions/php-tests@main
  with:
    token:
    # GitHub token for authentication
    #
    # Required: false
    # Default: ""

    username:
    # GitHub username for commits
    #
    # Required: false
    # Default: github-actions

    email:
    # GitHub email for commits
    #
    # Required: false
    # Default: github-actions@github.com