Note about PHPunit test setup
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -16,11 +16,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: src/
|
path: src/
|
||||||
configuration: phpstan.neon
|
configuration: phpstan.neon
|
||||||
# - name: PHPunit Tests
|
# We need to use phpunit from the self install to get the class paths
|
||||||
# uses: php-actions/phpunit@v3
|
|
||||||
# with:
|
|
||||||
# version: 9
|
|
||||||
# configuration: phpunit.xml
|
|
||||||
- name: PHPunit Tests
|
- name: PHPunit Tests
|
||||||
run: |
|
run: |
|
||||||
vendor/bin/phpunit
|
vendor/bin/phpunit
|
||||||
|
|||||||
Reference in New Issue
Block a user