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