phpunit tests
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -16,8 +16,11 @@ jobs:
|
||||
with:
|
||||
path: src/
|
||||
configuration: phpstan.neon
|
||||
# - name: PHPunit Tests
|
||||
# uses: php-actions/phpunit@v3
|
||||
# with:
|
||||
# version: 9
|
||||
# configuration: phpunit.xml
|
||||
- name: PHPunit Tests
|
||||
uses: php-actions/phpunit@v3
|
||||
with:
|
||||
version: 9
|
||||
configuration: phpunit.xml
|
||||
run: |
|
||||
vendor/bin/phpunit
|
||||
|
||||
Reference in New Issue
Block a user