Update .gitea/workflows/sonarqube_scans.yml
Some checks failed
CI / build-test (push) Failing after 1m23s
Some checks failed
CI / build-test (push) Failing after 1m23s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user