Skip to content

Laravel PHPUnit

Actions
A GitHub action to run your Laravel project s PHPUnit test suite
v0.1.0
Latest
Star (26)

Laravel PHPUnit Action

A GitHub action to run your Laravel project's PHPUnit test suite.

Usage

You can quickly start using this on your Laravel projects to run your test suite whenever a new commit is pushed with a file like the following placed in .github/workflows/test.yml

name: Tests
on: [push]

jobs:
  phpunit:
    name: PHPUnit
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - uses: nathanheffley/laravel-phpunit-action@master

Laravel PHPUnit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A GitHub action to run your Laravel project s PHPUnit test suite
v0.1.0
Latest

Laravel PHPUnit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.