diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6d98cd8..372202b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,8 +31,8 @@ jobs: - name: Install dependencies run: composer install --prefer-dist --no-progress - - name: Run PHPStan - run: ./vendor/bin/phpstan + # - name: Run PHPStan + # run: ./vendor/bin/phpstan - - name: Run Pest tests - run: ./vendor/bin/pest + # - name: Run Pest tests + # run: ./vendor/bin/pest