Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Midwestern-Interactive/git-action-laravel-phpunit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git Action for Laravel PhpUnit

A GitHub action to run and validate test cases in laravel with phpunit

Git Action in market place

https://github.com/marketplace/actions/phpunit-for-laravel

Usage

To run your test suite in laravel application, commit a yml file (ci.yml or you can use any name) and following code placed in .github/workflows/ci.yml

name: PHP unit Tests
on: [push]

jobs:
  phpunit:
    name: PhpUnit
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - uses: svikramjeet/git-action-laravel-phpunit@master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 84.1%
  • Shell 15.9%