Merge pull request #33 from nullthoughts/github-actions-phpunit

Github Actions: PHPUnit
This commit is contained in:
Jani Gyllenberg
2021-07-02 12:16:48 -04:00
committed by GitHub
2 changed files with 1251 additions and 610 deletions

20
.github/workflows/phpunit.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: PHPUnit
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
- name: PHPUnit Tests
uses: php-actions/phpunit@v2
with:
php_extensions: xdebug mbstring
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --coverage-text

1841
composer.lock generated

File diff suppressed because it is too large Load Diff