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:
|
with:
|
||||||
path: src/
|
path: src/
|
||||||
configuration: phpstan.neon
|
configuration: phpstan.neon
|
||||||
|
# - name: PHPunit Tests
|
||||||
|
# uses: php-actions/phpunit@v3
|
||||||
|
# with:
|
||||||
|
# version: 9
|
||||||
|
# configuration: phpunit.xml
|
||||||
- name: PHPunit Tests
|
- name: PHPunit Tests
|
||||||
uses: php-actions/phpunit@v3
|
run: |
|
||||||
with:
|
vendor/bin/phpunit
|
||||||
version: 9
|
|
||||||
configuration: phpunit.xml
|
|
||||||
|
|||||||
Reference in New Issue
Block a user