Skip to content

A GitHub action to run your Yii project's PHPUnit test suite.

License

Notifications You must be signed in to change notification settings

inquid/yii-phpunit-action

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii PHPUnit Action

A GitHub action to run your Yii project's PHPUnit test suite.

Usage

You can quickly start using this on your Yii projects to run your test suite whenever a new commit is pushed with a file like the following placed in .github/workflows/test.yml

name: Tests
on: [push]

jobs:
  phpunit:
    name: PHPUnit
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - uses: inquid/yii-phpunit-action@master

About

A GitHub action to run your Yii project's PHPUnit test suite.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 81.7%
  • Shell 18.3%