https://github.com/hdev14/laravel-test-action
Action for automated tests in projects with Laravel Framework.
https://github.com/hdev14/laravel-test-action
Last synced: 9 days ago
JSON representation
Action for automated tests in projects with Laravel Framework.
- Host: GitHub
- URL: https://github.com/hdev14/laravel-test-action
- Owner: hdev14
- License: mit
- Created: 2020-07-09T20:28:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T19:53:34.000Z (almost 4 years ago)
- Last Synced: 2024-03-14T21:22:36.864Z (about 1 year ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Tests Action
This action checks the automated tests in projects building with Laravel Framework.
## Example usage
```
steps:
- name: Laravel Test Action
uses: hdev14/laravel-test-action@v1
```