diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49aae29..c716d3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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