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

This commit is contained in:
2026-03-08 21:26:22 +00:00
parent 6a860a4d75
commit e22306225b

View File

@@ -21,5 +21,9 @@ jobs:
- name: Run composer
run: composer install --no-dev --no-scripts -o
- name: Run phing
run: $(composer config -g home)/vendor/bin/phing -f build.xml compileAssets
- name: Build tailwind
run: php bin/console tailwind:build
- name: Compile assets
run: php bin/console asset-map:compile