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

Update README.md

Update README.md #6

Workflow file for this run

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