Skip to content

Add PHPStan, PHPUnit GitHub actions #1

Add PHPStan, PHPUnit GitHub actions

Add PHPStan, PHPUnit GitHub actions #1

Workflow file for this run

name: PHPUnit
on: [push, pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@master
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --coverage-text