diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 862d9d4dc7..41ef4cfeb9 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -45,15 +45,6 @@ jobs: - name: Install Composer dependencies run: composer install --prefer-dist --no-interaction --no-progress --no-scripts - - name: PHPStan - run: .ci/phpstan.sh - - - name: PHPMD - run: .ci/phpmd.sh - - - name: PHP CS Fixer - run: .ci/phpcs.sh - - name: "Create database file" run: touch storage/database/database.sqlite