This Action for PHPUnit enables arbitrary actions with the PHPUnit command-line client.
This action is no longer recommended. Use the PHPUnit package directly in your project via Composer.
Via GitHub Workflow
on: push
name: CI
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# For YAML Actions, use v1 or later
- uses: pxgamer/phpunit-action@master
with:
# If there isn't a PHPUnit config, specify files or directories to test
command: tests/
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email security@pxgamer.xyz instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.