mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 11:34:00 +00:00
18 lines
211 B
Markdown
18 lines
211 B
Markdown
# ivuorinen/actions/php-tests
|
|
|
|
## PHP Tests
|
|
|
|
### Description
|
|
|
|
Run PHPUnit tests on the repository
|
|
|
|
### Runs
|
|
|
|
This action is a `composite` action.
|
|
|
|
### Usage
|
|
|
|
```yaml
|
|
- uses: ivuorinen/actions/php-tests@main
|
|
```
|