Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maykonn/github-actions-php-phpunit
Github actions for PHP with PHPUnit tests
https://github.com/maykonn/github-actions-php-phpunit
ci continuous-delivery continuous-integration git github github-action github-actions php php7 phpunit
Last synced: about 1 month ago
JSON representation
Github actions for PHP with PHPUnit tests
- Host: GitHub
- URL: https://github.com/maykonn/github-actions-php-phpunit
- Owner: Maykonn
- Created: 2019-12-10T18:48:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T18:05:29.000Z (about 5 years ago)
- Last Synced: 2024-10-15T14:41:05.432Z (3 months ago)
- Topics: ci, continuous-delivery, continuous-integration, git, github, github-action, github-actions, php, php7, phpunit
- Language: PHP
- Homepage: https://github.com/Maykonn/github-actions-php-phpunit
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Actions for PHP with PHPUnit tests
This package provides a Github Action for your PHP repository. With it, you can automate your PHPUnit tests and facilitate your CI/CD processes.## How to use
It is as simple as adding the `.github/workflows` directory content of this package to your PHP project, commit, push it to your origin and then
go to the `Actions` menu/tab of you Github repository page to see the Actions running.## Example
Go to the `Actions` menu/tab above in this Github page to see the actions results for this repository.## Community Support
If you need help with this bundle please consider open a question on StackOverflow using the `github-actions-php-phpunit` tag,
it is the official support platform for this bundle.Github Issues are dedicated to bug reports and feature requests.
## Contributing
You may contribute to this project by cloning this repository. Then, in your clone, you just need to create a new branch using a name related to the new functionality which you'll create.
When you finish your work, you just need to open a pull request which will be revised, merged to master branch (if the code doesn't break the project) and published as a new release.