diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2196f2f..05a7774 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/phpstan.neon b/phpstan.neon index 3802893..f929a2a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -4,7 +4,7 @@ parameters: tmpDir: /tmp/phpstan-codeblocks-dotenv level: max paths: - - %currentWorkingDirectory% + - %currentWorkingDirectory%/src excludePaths: - vendor - test