Github actions add phpunit tests
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -15,3 +15,9 @@ jobs:
|
||||
uses: php-actions/phpstan@v3
|
||||
with:
|
||||
path: src/
|
||||
configuration: phpstan.neo
|
||||
- name: PHPunit Tests
|
||||
uses: php-actions/phpunit@v3
|
||||
with:
|
||||
version: 9
|
||||
configuration: phpunit.xml
|
||||
|
||||
@@ -4,7 +4,7 @@ parameters:
|
||||
tmpDir: /tmp/phpstan-codeblocks-dotenv
|
||||
level: max
|
||||
paths:
|
||||
- %currentWorkingDirectory%
|
||||
- %currentWorkingDirectory%/src
|
||||
excludePaths:
|
||||
- vendor
|
||||
- test
|
||||
|
||||
Reference in New Issue
Block a user