mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 03:23:59 +00:00
This commit updates all internal action references to point to the current commit SHA in preparation for release v2025.10.26.
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