From e22306225b6b5995f3390a62f2a79b76e09e529d Mon Sep 17 00:00:00 2001 From: brock Date: Sun, 8 Mar 2026 21:26:22 +0000 Subject: [PATCH] Update .gitea/workflows/sonarqube_scans.yml --- .gitea/workflows/sonarqube_scans.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sonarqube_scans.yml b/.gitea/workflows/sonarqube_scans.yml index 96da370..ae4020d 100644 --- a/.gitea/workflows/sonarqube_scans.yml +++ b/.gitea/workflows/sonarqube_scans.yml @@ -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 \ No newline at end of file + - name: Build tailwind + run: php bin/console tailwind:build + + - name: Compile assets + run: php bin/console asset-map:compile + \ No newline at end of file