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: 24 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T19:53:34.000Z (over 4 years ago)
- Last Synced: 2025-10-03T09:03:00.942Z (4 months ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 2
- 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
```