diff --git a/.gitea/workflows/sonarqube_scans.yml b/.gitea/workflows/sonarqube_scans.yml index 4ee1696..2257ad9 100644 --- a/.gitea/workflows/sonarqube_scans.yml +++ b/.gitea/workflows/sonarqube_scans.yml @@ -15,8 +15,10 @@ jobs: with: php-version: '8.4' # Specify your required PHP version - - name: Run phing - uses: phingofficial/phing-github-action@main - with: - targets: composer compileAssets + - name: Install phing + run: composer global require phing/phing + + - name: Run composer + run: composer install --no-dev --no-scripts -o + \ No newline at end of file