Skip to content

Ignore docs directory in stats #80

Ignore docs directory in stats

Ignore docs directory in stats #80

Workflow file for this run

name: Unit tests
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup composer
uses: php-actions/composer@v6
- name: Run PHPUnit Tests
uses: php-actions/phpunit@v3
with:
args: --colors=always --testdox tests
bootstrap: vendor/autoload.php
php_version: "8.3"