An open API service indexing awesome lists of open source software.

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.

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
```