Files
actions/php-tests
Ismo Vuorinen 7061aafd35 chore: add tests, update docs and actions (#299)
* docs: update documentation

* feat: validate-inputs has it's own pyproject

* security: mask DOCKERHUB_PASSWORD

* chore: add tokens, checkout, recrete docs, integration tests

* fix: add `statuses: write` permission to pr-lint
2025-10-18 13:09:19 +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