8000 GitHub - owenvoke/phpunit-action: GitHub Action for interacting with PHPUnit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

owenvoke/phpunit-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

GitHub Action for PHPUnit

Latest Version on GitHub Software License

This Action for PHPUnit enables arbitrary actions with the PHPUnit command-line client.

Usage

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/

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email security@pxgamer.xyz instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Sponsor this project

  •  

Packages

No packages published
0