diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 2281365..93dadea 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -22,7 +22,7 @@ jobs: run: composer update --prefer-dist --no-progress --no-suggest - name: Perform Style Check - run: vendor/bin/pint + run: vendor/bin/pint --test - name: Perform PHPStan run: vendor/bin/phpstan analyse --error-format=github \ No newline at end of file