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