Update .gitea/workflows/sonarqube_scans.yml
Some checks failed
CI / build-test (push) Failing after 1m18s

This commit is contained in:
2026-03-08 23:39:50 +00:00
parent ed2f797ac2
commit 6360e6495f

View File

@@ -13,7 +13,7 @@ jobs:
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: '8.4' # Specify your required PHP version php-version: '8.4'
- name: Install phing - name: Install phing
run: composer global require phing/phing run: composer global require phing/phing
@@ -22,8 +22,8 @@ jobs:
run: composer install --no-dev --no-scripts -o run: composer install --no-dev --no-scripts -o
- name: Build tailwind - name: Build tailwind
run: php bin/console tailwind:build run: APP_ENV=build php bin/console tailwind:build
- name: Compile assets - name: Compile assets
run: php bin/console asset-map:compile run: APP_ENV=build php bin/console asset-map:compile