Create phpunit.yml

This commit is contained in:
2021-06-29 13:08:50 +03:00
committed by GitHub
parent e1f7575dd7
commit ee0ea99680

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

@@ -0,0 +1,19 @@
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:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --coverage-text